Skip to content

Commit 991c566

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows.yaml

Lines changed: 2 additions & 2 deletions
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)