Skip to content

Commit 9521ef2

Browse files
committed
Backticks for pwsh
1 parent a03c0e3 commit 9521ef2

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/main.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)