[tests] Skip issues test on Windows for now.

This commit is contained in:
Jeroen van Rijn
2022-10-02 20:56:30 +02:00
parent 35ee7f3cba
commit 79fe30321a
-5
View File
@@ -38,11 +38,6 @@ jobs:
cd tests/vendor
make
timeout-minutes: 10
- name: Odin issues tests
run: |
cd tests/issues
./run.sh
timeout-minutes: 10
- name: Odin check examples/all for Linux i386
run: ./odin check examples/all -vet -strict-style -target:linux_i386
timeout-minutes: 10