From 79fe30321ab571038f8d3822ce989becd2336306 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Sun, 2 Oct 2022 20:56:30 +0200 Subject: [PATCH] [tests] Skip issues test on Windows for now. --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6341671a..558781a0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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