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 a6bbfce commit 6222c19Copy full SHA for 6222c19
.github/workflows/ubuntu-clang-latest.yml
@@ -43,7 +43,9 @@ jobs:
43
-D CMAKE_CXX_COMPILER=$(which clang++) \
44
-D SUNDIALS_LOGGING_LEVEL=${{matrix.logging_level}} \
45
-D ENABLE_ALL_WARNINGS=ON \
46
- -D ENABLE_WARNINGS_AS_ERRORS=ON
+ -D ENABLE_WARNINGS_AS_ERRORS=ON \
47
+ -D SUNDIALS_TEST_UNITTESTS=ON \
48
+ -D SUNDIALS_TEST_ENABLE_GTEST=OFF
49
50
- name: Build
51
# Build your program with the given configuration
0 commit comments