Skip to content

Commit 6222c19

Browse files
committed
enable unit tests
1 parent a6bbfce commit 6222c19

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ubuntu-clang-latest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
-D CMAKE_CXX_COMPILER=$(which clang++) \
4444
-D SUNDIALS_LOGGING_LEVEL=${{matrix.logging_level}} \
4545
-D ENABLE_ALL_WARNINGS=ON \
46-
-D ENABLE_WARNINGS_AS_ERRORS=ON
46+
-D ENABLE_WARNINGS_AS_ERRORS=ON \
47+
-D SUNDIALS_TEST_UNITTESTS=ON \
48+
-D SUNDIALS_TEST_ENABLE_GTEST=OFF
4749
4850
- name: Build
4951
# Build your program with the given configuration

0 commit comments

Comments
 (0)