Skip to content

Commit

Permalink
nocapture
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Jul 3, 2024
1 parent bd93735 commit c737979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ffi-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
- name: Run cargo test on FFI bindings
run: |
export CLASSPATH="${{ env.CLASSPATH }}"
RUST_LOG=info,mls::tests=debug cargo test --manifest-path bindings_ffi/Cargo.toml -- --test-threads=2
RUST_LOG=info,mls::tests=debug cargo test --manifest-path bindings_ffi/Cargo.toml -- --test-threads=2 --nocapture

0 comments on commit c737979

Please sign in to comment.