From fe59532b79cf149b8af26bd085ea74e521c035d4 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 17 Jan 2025 19:52:03 +0800 Subject: [PATCH] Run all --- .github/workflows/main.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d5e5c083e4c..3a0d2d4547c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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