Skip to content

Commit

Permalink
Merge branch 'master' of github.com:galacticcouncil/HydraDX-node into…
Browse files Browse the repository at this point in the history
… feat/xcm-rate-limiter
  • Loading branch information
apopiak committed Oct 13, 2023
2 parents 658b7be + d7f9fa5 commit fed4df2
Show file tree
Hide file tree
Showing 153 changed files with 28,978 additions and 5,241 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,12 @@ jobs:
uses: codota/toolchain@00a8bf2bdcfe93aefd70422d3dec07337959d3a4
with:
profile: minimal
- name: Run tests
run: make test
- name: Run clippy
run: make clippy
- name: Install tarpaulin
run: cargo install cargo-tarpaulin
- name: Test && Generate code coverage
run: make coverage
- name: Upload to codecov.io
uses: codecov/codecov-action@v1
with:
fail_ci_if_error: false
- name: Build release
run: time cargo build --release --quiet --locked
run: time make build
- name: Version info
run: ./target/release/hydradx --version
- name: Upload release binary
Expand All @@ -50,6 +44,9 @@ jobs:
with:
name: hydradx_runtime.compact.compressed.wasm
path: target/release/wbuild/hydradx-runtime/hydradx_runtime.compact.compressed.wasm
- name: Run benchmark tests
run: make test-benchmarks


docker:
needs: [build]
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,6 @@ fork-testing/local-raw.json

.env

SNAPSHOT*
SNAPSHOT*

db.sqlite
Loading

0 comments on commit fed4df2

Please sign in to comment.