aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2022-04-26 14:51:16 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2022-04-26 14:51:16 +0200
commitba5e33bc3518c327057102f56ac2c1cce55dc76f (patch)
tree492b453cd73ca5b0a4c4d19a78a060655ac7deed /.github
parentb68ab0dd6d93201dc6844f9b5a444e90fa9acab5 (diff)
Update CI workflow.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 7 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3cc4283b0..a5a6eddb1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -39,7 +39,9 @@ jobs:
make
timeout-minutes: 10
- name: Odin issues tests
- run: tests/issues/run.sh
+ 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
@@ -91,7 +93,8 @@ jobs:
make
timeout-minutes: 10
- name: Odin issues tests
- run: tests/issues/run.sh
+ 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
@@ -163,7 +166,8 @@ jobs:
shell: cmd
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat
- call tests\issues\run.bat
+ cd tests\issues
+ call run.bat
timeout-minutes: 10
- name: Odin check examples/all for Windows 32bits
shell: cmd