diff options
| author | Sébastien Marie <semarie@online.fr> | 2022-03-12 09:21:46 +0000 |
|---|---|---|
| committer | Sébastien Marie <semarie@online.fr> | 2022-03-12 09:21:46 +0000 |
| commit | 15f9795ab051b0ed711be51c0e1cbb4f7fbaae52 (patch) | |
| tree | 0330697ae26e9ebe90bd584b1eb28ad708cbaa31 | |
| parent | 8982ae34e38d5937b7cb74d95c30cb6a2bac8146 (diff) | |
enable linux_arm64 check in CI
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 412587b3c..a42716dd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,6 +87,9 @@ jobs: - name: Odin check examples/all for Darwin arm64 run: ./odin check examples/all -vet -strict-style -target:darwin_arm64 timeout-minutes: 10 + - name: Odin check examples/all for Linux arm64 + run: ./odin check examples/all -vet -strict-style -target:linux_arm64 + timeout-minutes: 10 build_windows: runs-on: windows-2019 steps: |