We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d878c8b commit 444c2e8Copy full SHA for 444c2e8
.github/workflows/main.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Run mix/fun unit tests
40
run: |
41
- python runTests.py -j4 test/unit/math/fwd
+ python runTests.py -j4 --jumbo test/unit/math/fwd
42
python runTests.py -j4 --jumbo test/unit/math/prim
43
python runTests.py -j4 --jumbo test/unit/math/rev
44
python runTests.py -j2 test/unit/math/mix
0 commit comments