Skip to content

Commit

Permalink
[CI] Run some CI builds with unsafe math optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Dec 22, 2021
1 parent b2ebb70 commit 0da1301
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,8 @@ jobs:
run: |
scons build extra_inc_dirs=$CONDA_PREFIX/include:$CONDA_PREFIX/include/eigen3 \
extra_lib_dirs=$CONDA_PREFIX/lib system_fmt=y system_eigen=y system_yamlcpp=y \
system_sundials=y blas_lapack_libs='lapack,blas' -j2 VERBOSE=True debug=n
system_sundials=y blas_lapack_libs='lapack,blas' -j2 VERBOSE=True debug=n \
optimize_flags='-O3 -ffast-math -fno-finite-math-only'
- name: Test Cantera
run: scons test show_long_tests=yes verbose_tests=yes

Expand Down

0 comments on commit 0da1301

Please sign in to comment.