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 06e7d95 commit fe59532Copy full SHA for fe59532
.github/workflows/main.yml
@@ -29,17 +29,13 @@ jobs:
29
with:
30
python-version: '3.x'
31
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
37
- name: Build Math libs
38
run: |
39
make -f make/standalone math-libs -j2
+
40
- name: Run mix/fun unit tests
41
42
- python runTests.py -j2 test/unit/math/mix/fun
+ python runTests.py -j2 test/unit/
43
44
- name: Upload gtest_output xml
45
uses: actions/upload-artifact@v4
0 commit comments