Skip to content

Commit

Permalink
Use two cores on fwd tests and one core on mix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbales2 committed Feb 24, 2021
1 parent 408fb5b commit a67b3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
- name: Run fwd and mix unit tests
shell: powershell
run: |
python.exe runTests.py -j2 test/unit/math/fwd
python.exe runTests.py test/unit/math/mix
python.exe runTests.py test/unit/math/fwd
- name: Upload gtest_output xml
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit a67b3e8

Please sign in to comment.