Skip to content

Commit 25904c9

Browse files
committed
ci: test-threads=1
1 parent cd83966 commit 25904c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ test-cuda-integration:
253253
# Forces cuda dispatch errors and asserts the CPU fallback still produces a verifying proof.
254254
test-cuda-fallback:
255255
cargo test -p lambda-vm-prover --release --features test-cuda-faults \
256-
--test cuda_fallback_tests -- --ignored --nocapture
256+
--test cuda_fallback_tests -- --ignored --nocapture --test-threads=1
257257

258258
# The prover/stark/crypto/ecsm test suite with the GPU (cuda) path enabled (requires NVIDIA
259259
# GPU + nvcc). The GPU CI counterpart of CPU CI's sharded prover tests. Single-threaded: the

0 commit comments

Comments
 (0)