aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2022-10-02 20:56:30 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2022-10-02 20:56:30 +0200
commit79fe30321ab571038f8d3822ce989becd2336306 (patch)
tree6fc1c406ad4ec45124a4786e6f5e3a050b1729a4
parent35ee7f3cba3d08e76241b5baf8a1c41848749855 (diff)
[tests] Skip issues test on Windows for now.dev-2022-10
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 0 insertions, 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