We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aab959 commit e5f8829Copy full SHA for e5f8829
.github/workflows/test-java-bindings-new.yml
@@ -100,4 +100,4 @@ jobs:
100
run: chmod +x target/${{ matrix.target }}/release/*
101
102
- name: Run tests
103
- run: cargo test --target ${{ matrix.target }}
+ run: cargo test --target ${{ matrix.target }} -- --nocapture
0 commit comments