We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab8a2b commit 081dc64Copy full SHA for 081dc64
.github/workflows/vs2019/run-tests.bat
@@ -8,4 +8,5 @@ call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliar
8
@echo %PATH%
9
10
@echo Run tests with ctest
11
-ctest -V -L CORE -C DEBUG build/
+cd build
12
+ctest -V -L CORE -C DEBUG .
0 commit comments