Commit 70b6e6a 1 parent 0616be7 commit 70b6e6a Copy full SHA for 70b6e6a
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 47
47
- name : Run usual tests in release profile
48
48
run : cargo test --verbose --release --workspace --all-targets ${{ matrix.cargo-args }} -- --nocapture
49
49
- name : Run isolated PoRep tests in release profile
50
- run : cargo test --release -p storage-proofs-porep --features isolated-testing ${{ matrix.cargo-args }} -- --nocapture
50
+ run : cargo test --release -p storage-proofs-porep --features isolated-testing ${{ matrix.cargo-args }} -- --nocapture --test-threads=1
51
51
- name : Run isolated update tests in release profile
52
52
run : cargo test --release -p storage-proofs-update --features isolated-testing ${{ matrix.cargo-args }} -- --nocapture
53
53
91
91
steps :
92
92
- uses : actions/checkout@v4
93
93
- name : Test with CUDA
94
- run : cargo test --verbose --release --workspace --features cuda -- --nocapture ${{ matrix.test-args }}
94
+ run : cargo test --verbose --release --workspace --features cuda -- --nocapture ${{ matrix.test-args }} -- --test-threads=1
95
95
- name : Test with `cuda-supraseal`
96
96
run : CC=gcc-12 CXX=g++-12 NVCC_PREPEND_FLAGS='-ccbin /usr/bin/g++-12' cargo test -p filecoin-proofs --release --no-default-features --features cuda-supraseal -- --nocapture --test-threads=1 ${{ matrix.test-args }}
97
97
You can’t perform that action at this time.
0 commit comments