Skip to content

Commit

Permalink
no --all
Browse files Browse the repository at this point in the history
  • Loading branch information
jordy25519 committed Sep 25, 2024
1 parent dd10184 commit fcbf9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Test
run: |
ls -al $CARGO_DRIFT_FFI_PATH
rustup run $CI_NIGHTLY_TOOLCHAIN cargo test --all --no-fail-fast -- --nocapture
rustup run $CI_NIGHTLY_TOOLCHAIN cargo test --no-fail-fast -- --nocapture
env:
RUST_LOG: info
TEST_PRIVATE_KEY: ${{ secrets.TEST_PRIVATE_KEY }}
Expand Down

0 comments on commit fcbf9f6

Please sign in to comment.