Skip to content

Commit

Permalink
Fix check ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Sep 5, 2024
1 parent aeef63f commit f685929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/parachain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
rustup component add rustfmt --toolchain nightly
rustup show
- name: cargo check
run: cargo check --workspace --all-features
run: cargo check --release --verbose --package bridge-hub-westend-runtime --features fast-runtime --features runtime-benchmarks --features try-runtime
- name: clippy
run: cargo clippy --all-features -- -D warnings

Expand Down

0 comments on commit f685929

Please sign in to comment.