Browse Source

ci: add check for OpenBSD amd64

Sébastien Marie 3 years ago
parent
commit
04297bb680
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/ci.yml

+ 3 - 0
.github/workflows/ci.yml

@@ -38,6 +38,9 @@ jobs:
           cd tests/vendor
           cd tests/vendor
           make
           make
         timeout-minutes: 10
         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:
   build_macOS:
     runs-on: macos-latest
     runs-on: macos-latest
     steps:
     steps: