Skip to content

Commit 991c566

Browse files
committed
CI: Tests
1 parent eac07c0 commit 991c566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: Build
2020
run: |
2121
mkdir build && cd build
22-
conan install .. --build missing
23-
cmake ..
22+
conan install .. --build missing -o enable_testing=True
23+
cmake .. -DENABLE_TESTING=True
2424
cmake --build .
2525
2626
- name: Artifact

0 commit comments

Comments
 (0)