Skip to content

Commit 3fe8e54

Browse files
committed
Revert "Debug: Run tests with 1 single test thread"
This reverts commit 12202aa.
1 parent d1a1841 commit 3fe8e54

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/scripts/ci-test.sh

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ 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-
107
for_all_features "cargo test"
118

129
# target-specific features

.github/workflows/minimal-tests-core.yml

-3
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ jobs:
6363
# Test
6464
- name: Test
6565
run: ./.github/scripts/ci-test.sh
66-
- name: Setup tmate session
67-
if: ${{ failure() }}
68-
uses: mxschmitt/action-tmate@v3
6966

7067
# Style checks
7168
- name: Style checks

0 commit comments

Comments
 (0)