Преглед изворни кода

Check examples/all on NetBSD

Andreas T Jonsson пре 1 година
родитељ
комит
5541f60233
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -30,7 +30,7 @@ jobs:
           gmake release
           ./odin version
           ./odin report
-          ./odin check examples/demo -vet
+          ./odin check examples/all -vet -strict-style -target:netbsd_amd64
           (cd tests/core; gmake all_bsd)
           (cd tests/internal; gmake all_bsd)
           (cd tests/issues; ./run.sh)