File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9393 - name : Add TBB to PATH
9494 shell : powershell
9595 run : echo "D:/a/math/math/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
96+ - name : Disable running fwd/mix tests
97+ shell : powershell
98+ run : echo "CXXFLAGS+= -DSTAN_MATH_TESTS_REV_ONLY" | Out-File -Append -FilePath make/local -Encoding utf8
9699 - name : Run fwd unit tests and all the mix tests except those in mix/fun
97100 shell : powershell
98101 run : |
@@ -139,6 +142,9 @@ jobs:
139142 - name : Add TBB to PATH
140143 shell : powershell
141144 run : echo "D:/a/math/math/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
145+ - name : Disable running fwd/mix tests
146+ shell : powershell
147+ run : echo "CXXFLAGS+= -DSTAN_MATH_TESTS_REV_ONLY" | Out-File -Append -FilePath make/local -Encoding utf8
142148 - name : Run mix/fun unit tests
143149 shell : powershell
144150 run : |
You can’t perform that action at this time.
0 commit comments