Skip to content

Commit 444c2e8

Browse files
committed
Warnings
1 parent d878c8b commit 444c2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Run mix/fun unit tests
4040
run: |
41-
python runTests.py -j4 test/unit/math/fwd
41+
python runTests.py -j4 --jumbo test/unit/math/fwd
4242
python runTests.py -j4 --jumbo test/unit/math/prim
4343
python runTests.py -j4 --jumbo test/unit/math/rev
4444
python runTests.py -j2 test/unit/math/mix

0 commit comments

Comments
 (0)