We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d69be3 commit 010c188Copy full SHA for 010c188
.github/workflows/build_test.yml
@@ -72,4 +72,4 @@ jobs:
72
ninja -C build
73
74
- name: Test
75
- run: ctest --test-dir build --output-on-failure --timeout 30
+ run: ctest --test-dir build --output-on-failure --timeout 30
export/planloader/tests/CMakeLists.txt
@@ -34,7 +34,7 @@ message(
34
)
35
36
# For Windows; copy planloader dll to the test executable directory so that it
37
-# can be found during test execution
+# can be found during test execution.
38
if(WIN32)
39
add_custom_command(
40
TARGET planloader_test
0 commit comments