Skip to content

Commit 86e888c

Browse files
committed
remove running tests on windows
1 parent 16b372f commit 86e888c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
run: |
102102
${{ matrix.compiler }} --version
103103
make windows-test CC=${{ matrix.compiler }}
104-
- name: Run Windows Tests
105-
shell: msys2 {0}
106-
run: |
107-
make windows-runtests
104+
# - name: Run Windows Tests
105+
# shell: msys2 {0}
106+
# run: |
107+
# make windows-runtests

0 commit comments

Comments
 (0)