Skip to content

Commit e5f8829

Browse files
committed
add no capture
1 parent 6aab959 commit e5f8829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-java-bindings-new.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ jobs:
100100
run: chmod +x target/${{ matrix.target }}/release/*
101101

102102
- name: Run tests
103-
run: cargo test --target ${{ matrix.target }}
103+
run: cargo test --target ${{ matrix.target }} -- --nocapture

0 commit comments

Comments
 (0)