Skip to content

Commit

Permalink
Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Dec 3, 2023
1 parent c8cc2ca commit fd56fbd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,7 @@ jobs:
cmake --build . --target all_build --config Release
- name: Run tests
run: |
cd bld\
ls -l # List files in the current directory for debugging
cd bld/
ls -l tests/Release # List files in the tests/Release directory for debugging
tests/Release/testlo.exe

0 comments on commit fd56fbd

Please sign in to comment.