Skip to content

Commit

Permalink
fix: skip all check as the test wasms need to be built first
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal authored Oct 6, 2023
1 parent 4c92040 commit 8074d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- run: rustup target add wasm32-unknown-unknown
- if: matrix.target == 'aarch64-unknown-linux-gnu'
run: sudo apt-get update && sudo apt-get -y install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
- run: cargo clippy --all --all-targets --target ${{ matrix.target }}
- run: cargo clippy --all-targets --target ${{ matrix.target }}
- run: make build-test
- if: startsWith(matrix.target, 'x86_64')
# specify directories explicitly to avoid building the preflight library (otherwise it will fail with missing symbols)
Expand Down

0 comments on commit 8074d60

Please sign in to comment.