File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ jobs:
5858 - name : Run prim and rev unit tests
5959 shell : pwsh
6060 run : |
61- python runTests.py -j4 test/unit/*_test.cpp \
62- test/unit/math/*_test.cpp \
63- test/unit/math/prim \
64- test/unit/math/rev \
61+ python runTests.py -j4 test/unit/*_test.cpp `
62+ test/unit/math/*_test.cpp `
63+ test/unit/math/prim `
64+ test/unit/math/rev `
6565 test/unit/math/memory
6666
6767 - name : Upload gtest_output xml
@@ -114,11 +114,11 @@ jobs:
114114 - name : Run fwd unit tests and all the mix tests except those in mix/fun
115115 shell : pwsh
116116 run : |
117- python runTests.py -j4 test/unit/math/fwd \
118- test/unit/math/mix/core \
119- test/unit/math/mix/functor \
120- test/unit/math/mix/meta \
121- test/unit/math/mix/prob \
117+ python runTests.py -j4 test/unit/math/fwd `
118+ test/unit/math/mix/core `
119+ test/unit/math/mix/functor `
120+ test/unit/math/mix/meta `
121+ test/unit/math/mix/prob `
122122 test/unit/math/mix/*_test.cpp
123123
124124 - name : Upload gtest_output xml
You can’t perform that action at this time.
0 commit comments