浏览代码

Should only run BSD tests

Andreas T Jonsson 1 年之前
父节点
当前提交
c1ff7894df
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/ci.yml

+ 2 - 2
.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