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 d228b5e commit 6b1235cCopy full SHA for 6b1235c
.github/workflows/CI.yml
@@ -78,7 +78,7 @@ jobs:
78
GCOV=gcov-${{matrix.gcc_v}}
79
mkdir cmake-build
80
cd cmake-build
81
- cmake ..
+ cmake -D ENABLE_TESTS=ON ..
82
make -j 4 check
83
84
- name: Compile_with_build_mkdocs
0 commit comments