We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a0b44 commit 12202aaCopy full SHA for 12202aa
.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
.github/workflows/minimal-tests-core.yml
@@ -63,6 +63,9 @@ jobs:
63
# Test
64
- name: Test
65
run: ./.github/scripts/ci-test.sh
66
+ - name: Setup tmate session
67
+ if: ${{ failure() }}
68
+ uses: mxschmitt/action-tmate@v3
69
70
# Style checks
71
- name: Style checks
0 commit comments