Skip to content

Commit 888f9cd

Browse files
committed
Debug: Run tests with 1 single test thread
1 parent c8a0b44 commit 888f9cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/scripts/ci-test.sh

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ export RUST_BACKTRACE=1
44
# Run all tests with 1G heap
55
export MMTK_GC_TRIGGER=FixedHeapSize:1000000000
66

7+
# To debug
8+
export RUST_TEST_THREADS=1
9+
710
for_all_features "cargo test"
811

912
# target-specific features

0 commit comments

Comments
 (0)