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 5105ed9 commit 2322f07
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 @@ -110,5 +110,5 @@ jobs:
cmake --build . --target all_build --config Release
- name: Run tests
run: |
cd bld\
"$env:GITHUB_ACTION_PATH\tests\Release\testlo.exe"
cd bld
ctest --rerun-failed --output-on-failure

0 comments on commit 2322f07

Please sign in to comment.