Skip to content

Commit

Permalink
Update .github/workflows/ci_tests.yml
Browse files Browse the repository at this point in the history
Co-authored-by: David Sankel <[email protected]>
  • Loading branch information
wusatosi and camio authored Oct 19, 2024
1 parent 4f4df03 commit 6f0a5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
CXX: ${{ matrix.compiler.cpp }}
CMAKE_GENERATOR: "Ninja Multi-Config"
- name: Test Release
run: ctest --test-dir build -C Debug
run: ctest --test-dir build --build-config Debug

create-issue-when-fault:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6f0a5b3

Please sign in to comment.