aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSébastien Marie <semarie@online.fr>2022-02-26 14:18:37 +0000
committerSébastien Marie <semarie@online.fr>2022-02-26 14:18:37 +0000
commit04297bb68034196a212b040990bdeb4dc006c340 (patch)
tree511e58a5d846ceb6ebb9b9dfc7872cac0d9a2bdf /.github
parent553292ffd0b518b5332355cd0c9695e3168b5285 (diff)
ci: add check for OpenBSD amd64
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c62fcd36b..788c59311 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -38,6 +38,9 @@ jobs:
cd tests/vendor
make
timeout-minutes: 10
+ - name: Odin check examples/all for OpenBSD amd64
+ run: ./odin check examples/all -vet -strict-style -target:openbsd_amd64
+ timeout-minutes: 10
build_macOS:
runs-on: macos-latest
steps: