Skip to content

Commit fe59532

Browse files
committed
Run all
1 parent 06e7d95 commit fe59532

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,13 @@ jobs:
2929
with:
3030
python-version: '3.x'
3131

32-
- name: Set compiler GCC14
33-
run: |
34-
echo "CC=gcc-14" >> make/local
35-
echo "CXX=g++-14" >> make/local
36-
echo "CPPFLAGS += -Wno-deprecated-declarations -Wno-psabi" >> make/local
3732
- name: Build Math libs
3833
run: |
3934
make -f make/standalone math-libs -j2
35+
4036
- name: Run mix/fun unit tests
4137
run: |
42-
python runTests.py -j2 test/unit/math/mix/fun
38+
python runTests.py -j2 test/unit/
4339
4440
- name: Upload gtest_output xml
4541
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)