From 63313b08d57382557ccd5cafe68c3d23e34fbe9b Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Tue, 9 May 2023 12:10:24 -0400 Subject: [PATCH] [CI] Only run relevant tests for different Sundials versions --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fdcd72bb19..8f9e67dac3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -446,7 +446,7 @@ jobs: system_highfive=y blas_lapack_libs='lapack,blas' -j2 logging=debug debug=n \ optimize_flags='-O3 -ffast-math -fno-finite-math-only' - name: Test Cantera - run: scons test show_long_tests=yes verbose_tests=yes + run: scons test-zeroD test-python-reactor show_long_tests=yes verbose_tests=yes - name: Test Install # spot-check installation locations run: |