Skip to content

Commit 533d86c

Browse files
committed
Enable threads tests in CI
1 parent ad71b78 commit 533d86c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
shell: pwsh
5353
run: |
5454
Add-Content make\local "CPPFLAGS=-w -Wno-psabi -Wno-misleading-indentation`n"
55+
Add-Content make\local "STAN_THREADS=true`n"
5556
make -f make/standalone math-libs -j2
5657
5758
- name: Add TBB to PATH
@@ -97,6 +98,7 @@ jobs:
9798
shell: pwsh
9899
run: |
99100
Add-Content make\local "CPPFLAGS=-w -Wno-psabi -Wno-misleading-indentation`n"
101+
Add-Content make\local "STAN_THREADS=true`n"
100102
make -f make/standalone math-libs -j2
101103
102104
- name: Add TBB to PATH

0 commit comments

Comments
 (0)