From c1ff7894dfcc1edfd420a10ab81eef00f2e36b10 Mon Sep 17 00:00:00 2001 From: Andreas T Jonsson Date: Thu, 25 Apr 2024 13:47:55 +0200 Subject: [PATCH] Should only run BSD tests --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e490d188..1c43fca2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,8 +25,8 @@ jobs: run: | git config --global --add safe.directory $(pwd) gmake release - (cd tests/core; gmake) - (cd tests/internal; gmake) + (cd tests/core; gmake all_bsd) + (cd tests/internal; gmake all_bsd) (cd tests/issues; ./run.sh) build_linux: name: Ubuntu Build, Check, and Test