File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments