From 5541f602335a74c357046a603119c6b49b63e25d Mon Sep 17 00:00:00 2001 From: Andreas T Jonsson Date: Mon, 13 May 2024 10:02:48 +0200 Subject: [PATCH] Check examples/all on NetBSD --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f55c8a861..ffb2077d1 100644 --- a/.github/workflows/ci.yml +++ b/.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)