Skip to content

Commit

Permalink
Run tests in the tests directory on windows action
Browse files Browse the repository at this point in the history
  • Loading branch information
brofield committed Dec 1, 2024
1 parent 877c4a7 commit d9c1b13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
msbuild vcproj\SimpleIni.sln /p:Configuration=Release
- name: Run tests
run: |
.\vcproj\x64\Release\tests.exe
cd tests
..\vcproj\x64\Release\tests.exe
Ubuntu:
Expand Down

0 comments on commit d9c1b13

Please sign in to comment.