mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Should only run BSD tests
This commit is contained in:
@@ -25,8 +25,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global --add safe.directory $(pwd)
|
git config --global --add safe.directory $(pwd)
|
||||||
gmake release
|
gmake release
|
||||||
(cd tests/core; gmake)
|
(cd tests/core; gmake all_bsd)
|
||||||
(cd tests/internal; gmake)
|
(cd tests/internal; gmake all_bsd)
|
||||||
(cd tests/issues; ./run.sh)
|
(cd tests/issues; ./run.sh)
|
||||||
build_linux:
|
build_linux:
|
||||||
name: Ubuntu Build, Check, and Test
|
name: Ubuntu Build, Check, and Test
|
||||||
|
|||||||
Reference in New Issue
Block a user