aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2022-04-24 14:28:00 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2022-04-24 14:28:00 +0200
commit9f8d90f466454f4d14e755d44e4ba47ccbf0c92e (patch)
treedd12b3d8a77ef7c2ce087477aaea159a8cfe1c91 /.github/workflows
parent3d2856db31456e9a117209eccf8e1167b4401205 (diff)
Update CI paths for issue tests.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 989f56712..d72775636 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
- name: Odin issues tests
run: |
cd tests/issues
- run.sh
+ ./run.sh
timeout-minutes: 10
- name: Odin check examples/all for Linux i386
run: ./odin check examples/all -vet -strict-style -target:linux_i386
@@ -95,7 +95,7 @@ jobs:
- name: Odin issues tests
run: |
cd tests/issues
- run.sh
+ ./run.sh
timeout-minutes: 10
- name: Odin check examples/all for Darwin arm64
run: ./odin check examples/all -vet -strict-style -target:darwin_arm64
@@ -168,7 +168,7 @@ jobs:
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
cd tests\issues
- call build.bat
+ call run.bat
timeout-minutes: 10
- name: Odin check examples/all for Windows 32bits
shell: cmd