Skip to content

Commit

Permalink
CI: Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Iswenzz committed Apr 23, 2022
1 parent eac07c0 commit 991c566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Build
run: |
mkdir build && cd build
conan install .. --build missing
cmake ..
conan install .. --build missing -o enable_testing=True
cmake .. -DENABLE_TESTING=True
cmake --build .
- name: Artifact
Expand Down

0 comments on commit 991c566

Please sign in to comment.