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 e02feda commit d75b586
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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/
tests/Release/testlo.exe
run: >
cd bld/;
$env:GITHUB_ACTION_PATH/tests/Release/testlo.exe

0 comments on commit d75b586

Please sign in to comment.