Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 35cd450

Browse files
Fotis KoutoulakisNlightNFotis
Fotis Koutoulakis
authored andcommittedAug 24, 2020
Attempt #6
1 parent 01aa5ff commit 35cd450

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

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

Lines changed: 2 additions & 1 deletion
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)
Please sign in to comment.