From b52a07d1d4593e6a58c7d20ddd04c8f319f1e983 Mon Sep 17 00:00:00 2001 From: Takeshi Nakatani Date: Sun, 24 Nov 2024 14:55:29 +0000 Subject: [PATCH] Test for macos-14 runner (9) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4658a35c9..1de6db103 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -181,10 +181,10 @@ jobs: - name: Test suite run: | - cd test - ALL_TESTS=1 ./small-integration-test.sh + make check -C src make ALL_TESTS=1 check -C test || (test/filter-suite-log.sh test/test-suite.log; exit 1) - #make check -C src + #cd test + #ALL_TESTS=1 ./small-integration-test.sh #make ALL_TESTS=1 check -C test || (test/filter-suite-log.sh test/test-suite.log; exit 1) MemoryTest: