Skip to content

Commit 6b1235c

Browse files
committedMay 26, 2024·
try adding ENABLE_TESTS=ON to cmake CI
1 parent d228b5e commit 6b1235c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
GCOV=gcov-${{matrix.gcc_v}}
7979
mkdir cmake-build
8080
cd cmake-build
81-
cmake ..
81+
cmake -D ENABLE_TESTS=ON ..
8282
make -j 4 check
8383
8484
- name: Compile_with_build_mkdocs

0 commit comments

Comments
 (0)
Please sign in to comment.