Skip to content

Commit

Permalink
fix issue and make it run on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
rok-cesnovar committed Nov 22, 2020
1 parent 9b85f55 commit 1dbdd2f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Windows RTools 3.5

on:
pull_request:
branches: [ develop ]
push:
branches: [ develop ]
paths-ignore:
Expand Down Expand Up @@ -43,7 +45,7 @@ jobs:
run: echo "D:/a/math/math/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
- name: Run prim and rev unit tests
shell: powershell
run:
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
Expand Down Expand Up @@ -88,7 +90,7 @@ jobs:
run: echo "D:/a/math/math/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
- name: Run prim and rev unit tests
shell: powershell
run:
run: |
python.exe runTests.py -j2 test/unit/fwd
python.exe runTests.py -j2 test/unit/mix
Expand Down

0 comments on commit 1dbdd2f

Please sign in to comment.