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 and bbbales2 committed Feb 24, 2021
1 parent 94e16d8 commit 408fb5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 -j2 test/unit/math/mix
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 408fb5b

Please sign in to comment.