Skip to content

Commit

Permalink
macOS: execute test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
mmd-osm committed Sep 10, 2024
1 parent d2aad61 commit 9907304
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/macos_14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9907304

Please sign in to comment.