Skip to content

Commit

Permalink
Fix testPreset
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftrull committed Nov 29, 2024
1 parent 772f60b commit 679c803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
with:
configurePreset: 'ninja-multi-vcpkg'
buildPreset: 'ninja-vcpkg-release'
testPreset: 'test-ninja-vcpkg'
testPreset: 'test-release'

- name: Build
# Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
Expand Down

0 comments on commit 679c803

Please sign in to comment.