Fix a comment

This commit is contained in:
Justin Goshi (from Dev Box)
2023-08-04 14:58:59 -10:00
parent ed1d73eb98
commit d7abf7d27d
+1 -1
View File
@@ -70,6 +70,6 @@ jobs:
- name: Test
working-directory: ${{ steps.strings.outputs.build-output-dir }}
# Execute tests defined by the CMake configuration. Note that -C is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
# Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest --build-config ${{ matrix.build_type }}