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 eac07c0 commit 991c566Copy full SHA for 991c566
1 file changed
.github/workflows/windows.yaml
@@ -19,8 +19,8 @@ jobs:
19
- name: Build
20
run: |
21
mkdir build && cd build
22
- conan install .. --build missing
23
- cmake ..
+ conan install .. --build missing -o enable_testing=True
+ cmake .. -DENABLE_TESTING=True
24
cmake --build .
25
26
- name: Artifact
0 commit comments