Skip to content

Commit 84d5bd3

Browse files
committed
GH CI: enabled debug build and test on older macOS
1 parent 80c81b2 commit 84d5bd3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build-macos-13.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
- uses: actions/checkout@v4
5151
- name: Configure Multi-Config
5252
run: cmake -B "$BUILD_DIR" -DPTRIE_BuildTests=ON -DPTRIE_BuildBenchmark=OFF
53-
# - name: Build Debug
54-
# run: cmake --build "$BUILD_DIR" --config Debug
55-
# - name: Test Debug
56-
# run: ctest --test-dir "$BUILD_DIR" -C Debug
53+
- name: Build Debug
54+
run: cmake --build "$BUILD_DIR" --config Debug
55+
- name: Test Debug
56+
run: ctest --test-dir "$BUILD_DIR" -C Debug
5757
- name: Build Release
5858
run: cmake --build "$BUILD_DIR" --config Release
5959
- name: Test Release

.github/workflows/build-macos-14.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
- uses: actions/checkout@v4
5151
- name: Configure Multi-Config
5252
run: cmake -B "$BUILD_DIR" -DPTRIE_BuildTests=ON -DPTRIE_BuildBenchmark=OFF
53-
# - name: Build Debug
54-
# run: cmake --build "$BUILD_DIR" --config Debug
55-
# - name: Test Debug
56-
# run: ctest --test-dir "$BUILD_DIR" -C Debug
53+
- name: Build Debug
54+
run: cmake --build "$BUILD_DIR" --config Debug
55+
- name: Test Debug
56+
run: ctest --test-dir "$BUILD_DIR" -C Debug
5757
- name: Build Release
5858
run: cmake --build "$BUILD_DIR" --config Release
5959
- name: Test Release

0 commit comments

Comments
 (0)