Run tests sequentially otherwise it will cause resource contention in GPU

This commit is contained in:
DoHoonKim8
2024-09-15 05:58:55 +00:00
committed by Soowon Jeong
parent eb683eb1a8
commit ae8be89df1

View File

@@ -13,7 +13,7 @@ doc:
check: build test
test:
@$(CARGO) test --release
@$(CARGO) test --release -- --test-threads=1
bench:
@$(CARGO) bench