Skip to content

Commit

Permalink
CI: Specify configuration for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
syyyr committed Oct 21, 2024
1 parent abf5214 commit 62ca524
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/build-and-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ runs:
run: |
# https://github.com/DiligentGraphics/github-action/commit/d2f7990b16def1efa337e5cc2fc8fa22b6fae55d
PATH="/c/mingw64/bin:$PATH"
ctest --output-on-failure -j"$(nproc)"
# --build-config is only needed for MSVC, but it doesn't bother Linux builds.
ctest --output-on-failure --parallel "$(nproc)" --build-config Debug
shell: bash

0 comments on commit 62ca524

Please sign in to comment.