Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rok-cesnovar committed Nov 22, 2020
1 parent 1dbdd2f commit ecd0fe0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
run: |
python.exe runTests.py -j2 test/unit/*_test.cpp
python.exe runTests.py -j2 test/unit/math/*_test.cpp
python.exe runTests.py -j2 test/unit/prim
python.exe runTests.py -j2 test/unit/rev
python.exe runTests.py -j2 test/unit/memory
python.exe runTests.py -j2 test/unit/math/prim
python.exe runTests.py -j2 test/unit/math/rev
python.exe runTests.py -j2 test/unit/math/memory
- name: Upload gtest_output xml
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -88,11 +88,11 @@ jobs:
- name: Add TBB to PATH
shell: powershell
run: echo "D:/a/math/math/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
- name: Run prim and rev unit tests
- name: Run fwd and mix unit tests
shell: powershell
run: |
python.exe runTests.py -j2 test/unit/fwd
python.exe runTests.py -j2 test/unit/mix
python.exe runTests.py -j2 test/unit/math/fwd
python.exe runTests.py -j2 test/unit/math/mix
- name: Upload gtest_output xml
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit ecd0fe0

Please sign in to comment.