Should only run BSD tests

This commit is contained in:
Andreas T Jonsson
2024-04-25 13:47:55 +02:00
parent b6eaadb9a8
commit c1ff7894df
+2 -2
View File
@@ -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