Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Sep 6, 2024
1 parent 170bccb commit 8bd2dc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/parachain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
rustup component add rustfmt --toolchain nightly
rustup show
- name: cargo check
run: |
run: >
cargo check -p snowbridge-pallet-ethereum-client
-p snowbridge-pallet-inbound-queue
-p snowbridge-pallet-outbound-queue
Expand All @@ -136,7 +136,7 @@ jobs:
-p snowbridge-router-primitives
-p snowbridge-runtime-common
- name: clippy
run: |
run: >
cargo clippy -p snowbridge-pallet-ethereum-client
-p snowbridge-pallet-inbound-queue
-p snowbridge-pallet-outbound-queue
Expand Down

0 comments on commit 8bd2dc8

Please sign in to comment.