From 3fe8e5443c5f230ee76bcf3c1300f15416168a84 Mon Sep 17 00:00:00 2001 From: Yi Lin Date: Thu, 21 Mar 2024 04:20:03 +0000 Subject: [PATCH] Revert "Debug: Run tests with 1 single test thread" This reverts commit 12202aa2af030fc85c991af22f073e2524e8b906. --- .github/scripts/ci-test.sh | 3 --- .github/workflows/minimal-tests-core.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/scripts/ci-test.sh b/.github/scripts/ci-test.sh index 80084971b9..42bca18c91 100755 --- a/.github/scripts/ci-test.sh +++ b/.github/scripts/ci-test.sh @@ -4,9 +4,6 @@ export RUST_BACKTRACE=1 # Run all tests with 1G heap export MMTK_GC_TRIGGER=FixedHeapSize:1000000000 -# To debug -export RUST_TEST_THREADS=1 - for_all_features "cargo test" # target-specific features diff --git a/.github/workflows/minimal-tests-core.yml b/.github/workflows/minimal-tests-core.yml index 4c22f03fe9..2ab5e31072 100644 --- a/.github/workflows/minimal-tests-core.yml +++ b/.github/workflows/minimal-tests-core.yml @@ -63,9 +63,6 @@ jobs: # Test - name: Test run: ./.github/scripts/ci-test.sh - - name: Setup tmate session - if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3 # Style checks - name: Style checks