We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c665d5e commit d878c8bCopy full SHA for d878c8b
.github/workflows/main.yml
@@ -30,15 +30,15 @@ jobs:
30
python-version: '3.x'
31
32
- name: Suppress warnings
33
- run: echo "CPPFLAGS += -w" >> make/local
+ run: echo "CPPFLAGS += -Wno-psabi -Wno-deprecated-declarations" >> make/local
34
35
- name: Build Math libs
36
run: |
37
make -f make/standalone math-libs -j2
38
39
- name: Run mix/fun unit tests
40
41
- python runTests.py -j4 --jumbo test/unit/math/fwd
+ python runTests.py -j4 test/unit/math/fwd
42
python runTests.py -j4 --jumbo test/unit/math/prim
43
python runTests.py -j4 --jumbo test/unit/math/rev
44
python runTests.py -j2 test/unit/math/mix
0 commit comments