aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/others.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/others.yml b/.github/workflows/others.yml
index 22ce2f24..11a7bcfb 100644
--- a/.github/workflows/others.yml
+++ b/.github/workflows/others.yml
@@ -44,7 +44,7 @@ jobs:
44 run: | 44 run: |
45 cmake . -B build -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=ON 45 cmake . -B build -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=ON
46 cmake --build build/ 46 cmake --build build/
47 ctest --test-dir build --output-on-failure 47 ctest --test-dir build --output-on-failure -E .*summary
48 48
49 netbsd: 49 netbsd:
50 runs-on: ubuntu-latest 50 runs-on: ubuntu-latest