Skip to content

Commit

Permalink
Merge branch 'master' of github.com:AcalaNetwork/subway into endpoint…
Browse files Browse the repository at this point in the history
…-score
  • Loading branch information
ermalkaleci committed Mar 25, 2024
2 parents 65d71c0 + f6f076d commit 8e6303a
Show file tree
Hide file tree
Showing 18 changed files with 907 additions and 445 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@ jobs:
steps:
- name: Install toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2023-09-29
components: rustfmt, clippy
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Check format
run: cargo fmt --all -- --check
run: cargo +nightly-2023-09-29 fmt --all -- --check
- name: Check clippy
run: cargo clippy --all-targets --all-features -- -D warnings
run: cargo +nightly-2023-09-29 clippy --all-targets --all-features -- -D warnings
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down
Loading

0 comments on commit 8e6303a

Please sign in to comment.