Skip to content

Commit

Permalink
Hard coding debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorY97 committed Sep 5, 2024
1 parent 2de15ef commit 44be67d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
build_type: [Release]
build_type: [Debug]
c_compiler: [gcc]
include:
- os: ubuntu-latest
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
-DENABLE_TESTING=ON
- name: Build
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config Debug

- name: Test
working-directory: ${{ steps.strings.outputs.build-output-dir }}
Expand Down

0 comments on commit 44be67d

Please sign in to comment.