diff options
| author | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2024-06-02 19:28:07 -0400 |
|---|---|---|
| committer | Feoramund <161657516+Feoramund@users.noreply.github.com> | 2024-06-02 19:29:27 -0400 |
| commit | c8539fe4115b733583849705bac14e396a3a7dd7 (patch) | |
| tree | 5513f3ccec7aca03c3b8cc9657ba3d0594a97ef4 | |
| parent | ac9484206b8fb79bd289049ab8c2f4b6488e9cfa (diff) | |
Revert "Disable NetBSD tests until 'undefined reference to stdout' is solved."
This reverts commit 21a1ddfbae92fb78bf536f4047016d0001b76cc2.
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36914b41b..c5493775f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,10 @@ jobs: ./odin version ./odin report ./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) + (cd tests/benchmark; gmake all) build_linux: name: Ubuntu Build, Check, and Test runs-on: ubuntu-latest |