Skip to content

Commit

Permalink
parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Jan 17, 2025
1 parent b8f590d commit f1ab2d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
- name: Run mix/fun unit tests
run: |
python runTests.py -j4 --jumbo --run-all test/unit/math/fwd
python runTests.py -j4 --jumbo --run-all test/unit/math/prim
python runTests.py -j4 --jumbo --run-all test/unit/math/rev
python runTests.py -j4 --jumbo --run-all test/unit/math/opencl
#python runTests.py -j4 --jumbo --run-all test/unit/math/fwd
#python runTests.py -j4 --jumbo --run-all test/unit/math/prim
#python runTests.py -j4 --jumbo --run-all test/unit/math/rev
python runTests.py -j4 --run-all test/unit/math/opencl
python runTests.py -j2 test/unit/math/mix
- name: Upload gtest_output xml
Expand Down

0 comments on commit f1ab2d2

Please sign in to comment.