aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2024-06-02 21:03:22 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2024-06-02 21:03:22 +0200
commit21a1ddfbae92fb78bf536f4047016d0001b76cc2 (patch)
tree53fa7c5d3afdb1e99474b6d18f344adf178c49f2
parent890fe07c6e7e1e52407e458ea125d4d29b171c60 (diff)
Disable NetBSD tests until 'undefined reference to stdout' is solved.
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c5493775f..36914b41b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -31,10 +31,6 @@ 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