Skip to content

Commit 27b0cd1

Browse files
bengtlofgrena5-pickle
authored andcommitted
makefile changed to 1 thread
1 parent 7956bb9 commit 27b0cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solana/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ test-sbf:
7575
cargo build-sbf --features mainnet
7676
### Unfortunately we cannot saturate all CPUs to perform tests due to nondeterministic `RpcError`
7777
### reverts. We constrain the number of threads when we run these tests.
78-
cd modules/matching-engine-testing && cargo test-sbf --features mainnet -- --test-threads 3
78+
cd modules/matching-engine-testing && cargo test-sbf --features mainnet -- --test-threads 1
7979

8080
.PHONY: anchor-test
8181
anchor-test: anchor-test-setup

0 commit comments

Comments
 (0)