Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Force 2 threads
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Feb 19, 2022
1 parent 5523e44 commit 8b25060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
SAGE_NUM_THREADS: 2

- name: Test
run: ../sage -python -m coverage run ./bin/sage-runtests --all -p0
run: ../sage -python -m coverage run ./bin/sage-runtests --all -p2
working-directory: ./src

- name: Prepare coverage results
Expand Down

0 comments on commit 8b25060

Please sign in to comment.