We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a1841 commit 3fe8e54Copy full SHA for 3fe8e54
.github/scripts/ci-test.sh
@@ -4,9 +4,6 @@ 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,9 +63,6 @@ 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