Skip to content

Commit

Permalink
ci:
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTubongbanua committed Aug 13, 2023
1 parent cde25b3 commit 26cd4fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
working-directory: packages/${{matrix.package}}
run: |
cmake --build build
cmake --build build -DWINDOWS_BUILD=1 -DWINDOWS=1
- name: CTest (Linux/MacOS)
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' }}
Expand All @@ -64,4 +64,4 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
working-directory: packages/${{ matrix.package}}/build/tests
run: |
ctest -V --output-on-failure -C Debug --timeout 10 -DWINDOWS_BUILD=1 -DWINDOWS=1
ctest -V --output-on-failure -C Debug --timeout 10

0 comments on commit 26cd4fa

Please sign in to comment.