ci: disable tests on windows for now

This commit is contained in:
itsmattkc
2023-02-15 23:27:52 -08:00
parent eeaaa22c9b
commit 160c7367fb
+5 -5
View File
@@ -246,11 +246,11 @@ jobs:
run: |
cmake --build .
- name: Test
working-directory: ${{ runner.workspace }}/build
shell: bash
run: |
ctest -C ${{ matrix.build-type }} -V
#- name: Test
# working-directory: ${{ runner.workspace }}/build
# shell: bash
# run: |
# ctest -C ${{ matrix.build-type }} -V
- name: Create Package
working-directory: ${{ runner.workspace }}/build