Skip to content

Commit

Permalink
Warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Jan 17, 2025
1 parent c665d5e commit d878c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
python-version: '3.x'

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

- name: Build Math libs
run: |
make -f make/standalone math-libs -j2
- name: Run mix/fun unit tests
run: |
python runTests.py -j4 --jumbo test/unit/math/fwd
python runTests.py -j4 test/unit/math/fwd
python runTests.py -j4 --jumbo test/unit/math/prim
python runTests.py -j4 --jumbo test/unit/math/rev
python runTests.py -j2 test/unit/math/mix
Expand Down

0 comments on commit d878c8b

Please sign in to comment.