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 5b3dfb3 commit 4f4df03
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 @@ -82,7 +82,7 @@ jobs:
CXX: ${{ matrix.compiler.cpp }}
CMAKE_GENERATOR: "Ninja Multi-Config"
- name: Test Release
run: ctest --test-dir build -C Release
run: ctest --test-dir build --build-config Release
- name: Build Debug
run: |
cmake -B build -S . "${{ matrix.cmake_args.args }}"
Expand Down

0 comments on commit 4f4df03

Please sign in to comment.