Skip to content

Commit

Permalink
[CI] Only run relevant tests for different Sundials versions
Browse files Browse the repository at this point in the history
  • Loading branch information
speth authored and ischoegl committed May 9, 2023
1 parent a7cd8ee commit 63313b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 63313b0

Please sign in to comment.