Skip to content

Commit

Permalink
GitHub Actions: Specify build type for tests.
Browse files Browse the repository at this point in the history
This is needed for Windows builds once we start doing those.
  • Loading branch information
waywardmonkeys committed Dec 20, 2022
1 parent 53f9a99 commit db0eb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Test
working-directory: ${{github.workspace}}/build
shell: bash
run: ctest --verbose
run: ctest --verbose -C $BUILD_TYPE

0 comments on commit db0eb55

Please sign in to comment.