소스 검색

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)