Skip to content

Commit

Permalink
Add --build-config option to ctest invokation.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjko committed Oct 30, 2023
1 parent f776663 commit 7efa97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# Run tests
- name: Tests
run: |
ctest --test-dir build
ctest --test-dir build --build-config Release
# Gather documentation and executables to a common directory
# Ignore copying errors from only one of build/jpegoptim or build/jpegoptim.exe existing
Expand Down

0 comments on commit 7efa97f

Please sign in to comment.