Skip to content

Commit

Permalink
try adding ENABLE_TESTS=ON to cmake CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed May 26, 2024
1 parent d228b5e commit 6b1235c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
GCOV=gcov-${{matrix.gcc_v}}
mkdir cmake-build
cd cmake-build
cmake ..
cmake -D ENABLE_TESTS=ON ..
make -j 4 check
- name: Compile_with_build_mkdocs
Expand Down

0 comments on commit 6b1235c

Please sign in to comment.