Skip to content

Commit

Permalink
Switched to debug builds to fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
mikucionisaau committed Nov 1, 2023
1 parent 358a4e7 commit b2e747f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
CCACHE_DIR: ${{ github.workspace }}/CCACHE
CMAKE_GENERATOR: Ninja
CMAKE_BUILD_TYPE: Release
CMAKE_BUILD_TYPE: Debug
CTEST_OUTPUT_ON_FAILURE: 1
strategy:
fail-fast: false
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:

- name: CCache Ready Stats
run: ccache --show-stats

- name: Configure
run: cmake -B "$BUILD_DIR" -S . -DFIND_FATAL=ON
- name: Compile
Expand Down

0 comments on commit b2e747f

Please sign in to comment.