Skip to content

Commit

Permalink
CI: tests.yml - try MT_CPU: 2 (#3592)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg authored Jan 3, 2025
1 parent 07ef55d commit 2dcbb56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ jobs:
if: ${{ needs.skip_duplicate_runs.outputs.should_skip != 'true' }}
timeout-minutes: 10
run: test/runner --verbose
env:
MT_CPU: 2

test_non_mri:
name: >-
Expand Down Expand Up @@ -202,6 +204,8 @@ jobs:
success() &&
(needs.skip_duplicate_runs.outputs.should_skip != 'true')
run: test/runner --verbose
env:
MT_CPU: 2

- name: >-
Test outcome: ${{ steps.test.outcome }}
Expand Down

0 comments on commit 2dcbb56

Please sign in to comment.