Skip to content

Commit 081dc64

Browse files
author
Fotis Koutoulakis
committed
Attempt #6
1 parent aab8a2b commit 081dc64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/vs2019/run-tests.bat

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliar
88
@echo %PATH%
99

1010
@echo Run tests with ctest
11-
ctest -V -L CORE -C DEBUG build/
11+
cd build
12+
ctest -V -L CORE -C DEBUG .

0 commit comments

Comments
 (0)