Skip to content

Commit 9dfe3f2

Browse files
committed
CI tests
1 parent 1a580ed commit 9dfe3f2

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/builds.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,9 @@ jobs:
5050
}
5151
5252
echo "C:/$RTOOLS/usr/bin;C:/$RTOOLS/$ARCH-w64-mingw32.static.posix/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
53-
echo "$(pwd)/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
53+
echo "$(pwd)/stan/lib/stan_math/lib/tbb" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
5454
55-
- name: Build libs
55+
- name: Build libs and run tests
5656
run: |
57-
echo "CPPFLAGS=-w -Wno-psabi -Wno-misleading-indentation\n" >> make\local
58-
echo "STAN_THREADS=true\n" >> make\local
5957
make -j2 build
60-
61-
- name: Run unit tests
62-
shell: pwsh
63-
run: |
6458
python runCmdStanTests.py -j2 src/test/interface

0 commit comments

Comments
 (0)