From a62ab3f745d9ea6f6f591b3a42c14ae40531f365 Mon Sep 17 00:00:00 2001 From: mmd-osm Date: Mon, 9 Sep 2024 23:37:13 +0200 Subject: [PATCH] GitHub Actions: execute test cases for macOS --- .github/workflows/macos_14.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos_14.yml b/.github/workflows/macos_14.yml index 87f82c78..fba436ae 100644 --- a/.github/workflows/macos_14.yml +++ b/.github/workflows/macos_14.yml @@ -18,8 +18,9 @@ jobs: run: | mkdir build && cd build && \ CXXFLAGS="-Wall -Wextra -Wpedantic -Wno-unused-parameter" cmake .. -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTING=ON -DCMAKE_BUILD_TYPE=Release && \ - make -j${nproc} + make -j${nproc} && \ + ctest --output-on-failure -E "db" - name: Running openstreetmap-cgimap run: | - ./build/openstreetmap-cgimap --help" + ./build/openstreetmap-cgimap --help