Skip to content

Commit

Permalink
Fix run part
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Dec 4, 2023
1 parent d75b586 commit 62a6800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ jobs:
cmake ..\cmake -DCMAKE_BUILD_TYPE=Release
cmake --build . --target all_build --config Release
- name: Run tests
run: >
cd bld/;
run: |
cd bld/
$env:GITHUB_ACTION_PATH/tests/Release/testlo.exe

0 comments on commit 62a6800

Please sign in to comment.