Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
remove -j2
  • Loading branch information
rok-cesnovar authored Feb 24, 2021
1 parent a67b3e8 commit 83e55b3
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,7 +96,7 @@ 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/fwd
python.exe runTests.py test/unit/math/mix
- name: Upload gtest_output xml
Expand Down

0 comments on commit 83e55b3

Please sign in to comment.