Skip to content

Commit d9c1b13

Browse files
committed
Run tests in the tests directory on windows action
1 parent 877c4a7 commit d9c1b13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
msbuild vcproj\SimpleIni.sln /p:Configuration=Release
1919
- name: Run tests
2020
run: |
21-
.\vcproj\x64\Release\tests.exe
21+
cd tests
22+
..\vcproj\x64\Release\tests.exe
2223
2324
2425
Ubuntu:

0 commit comments

Comments
 (0)