Skip to content

Commit

Permalink
Run all
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Jan 17, 2025
1 parent 06e7d95 commit fe59532
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,13 @@ jobs:
with:
python-version: '3.x'

- name: Set compiler GCC14
run: |
echo "CC=gcc-14" >> make/local
echo "CXX=g++-14" >> make/local
echo "CPPFLAGS += -Wno-deprecated-declarations -Wno-psabi" >> make/local
- name: Build Math libs
run: |
make -f make/standalone math-libs -j2
- name: Run mix/fun unit tests
run: |
python runTests.py -j2 test/unit/math/mix/fun
python runTests.py -j2 test/unit/
- name: Upload gtest_output xml
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit fe59532

Please sign in to comment.