We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a0b44 commit 888f9cdCopy full SHA for 888f9cd
.github/scripts/ci-test.sh
@@ -4,6 +4,9 @@ export RUST_BACKTRACE=1
4
# Run all tests with 1G heap
5
export MMTK_GC_TRIGGER=FixedHeapSize:1000000000
6
7
+# To debug
8
+export RUST_TEST_THREADS=1
9
+
10
for_all_features "cargo test"
11
12
# target-specific features
0 commit comments