Skip to content

Commit

Permalink
Revert "Debug: Run tests with 1 single test thread"
Browse files Browse the repository at this point in the history
This reverts commit 12202aa.
  • Loading branch information
qinsoon committed Mar 21, 2024
1 parent d1a1841 commit 3fe8e54
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/scripts/ci-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/minimal-tests-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3fe8e54

Please sign in to comment.