Skip to content

Commit 09490ce

Browse files
authored
Merge pull request #23 from EdoPro98/dev
Fix typo
2 parents 121242b + bd68a2f commit 09490ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ jobs:
8181
working-directory: ${{ steps.strings.outputs.build-output-dir }}
8282
# 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).
8383
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
84-
run: ctest --build-config ${{ matrix.build_type }} --test-dir test
84+
run: ctest --build-config ${{ matrix.build_type }} --test-dir tests

0 commit comments

Comments
 (0)