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