Skip to content

Commit

Permalink
jumbo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Jan 17, 2025
1 parent fe59532 commit d866674
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ jobs:
- name: Run mix/fun unit tests
run: |
python runTests.py -j2 test/unit/
python runTests.py -j4 --jumbo test/unit/math/fwd
python runTests.py -j4 --jumbo test/unit/math/prim
python runTests.py -j4 --jumbo test/unit/math/rev
python runTests.py -j2 test/unit/math/mix
- name: Upload gtest_output xml
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d866674

Please sign in to comment.