Skip to content

Commit

Permalink
Update .github/workflows/rust.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Willem Wyndham <[email protected]>
  • Loading branch information
Paul Bellamy and willemneal authored Apr 3, 2023
1 parent 089c9db commit 02549c2
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 @@ -64,7 +64,7 @@ jobs:
- run: cargo clippy --all-targets --target ${{ matrix.target }}
- run: make build-test-wasms
- run: cargo install --path ./cmd/soroban-cli --debug
- run: make test
- run: cargo test
- if: startsWith(matrix.target, 'x86_64')
# specify directories explicitly to avoid building the preflight library (otherwise it will fail with missing symbols)
run: |
Expand Down

0 comments on commit 02549c2

Please sign in to comment.