Skip to content

Commit d878c8b

Browse files
committed
Warnings
1 parent c665d5e commit d878c8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ jobs:
3030
python-version: '3.x'
3131

3232
- name: Suppress warnings
33-
run: echo "CPPFLAGS += -w" >> make/local
33+
run: echo "CPPFLAGS += -Wno-psabi -Wno-deprecated-declarations" >> make/local
3434

3535
- name: Build Math libs
3636
run: |
3737
make -f make/standalone math-libs -j2
3838
3939
- name: Run mix/fun unit tests
4040
run: |
41-
python runTests.py -j4 --jumbo test/unit/math/fwd
41+
python runTests.py -j4 test/unit/math/fwd
4242
python runTests.py -j4 --jumbo test/unit/math/prim
4343
python runTests.py -j4 --jumbo test/unit/math/rev
4444
python runTests.py -j2 test/unit/math/mix

0 commit comments

Comments
 (0)