diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-11-01 15:48:27 +0100 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-11-01 15:48:27 +0100 |
| commit | 01cdd22a01b4133c791ed1d04ebdf22a044e35b0 (patch) | |
| tree | 24787d19bbdddb9ef0881069aaa9ed233b1e9add | |
| parent | 3cd553565f5d86078e7f993b4a9c7e1dcc18e34b (diff) | |
Temporarily disable certain tests.
| -rw-r--r-- | .github/workflows/ci.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5da70931f..882c21e75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,10 +38,6 @@ jobs: cd tests/vendor make timeout-minutes: 10 - - name: Odin issues tests - run: | - cd tests/issues - ./run.sh - name: Odin check examples/all for Linux i386 run: ./odin check examples/all -vet -strict-style -target:linux_i386 timeout-minutes: 10 @@ -91,11 +87,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 Darwin arm64 run: ./odin check examples/all -vet -strict-style -target:darwin_arm64 timeout-minutes: 10 @@ -155,10 +146,6 @@ jobs: cd tests\vendor call build.bat timeout-minutes: 10 - - name: Odin issues tests - run: | - cd tests/issues - ./run.bat - name: core:math/big tests shell: cmd run: | |