Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed May 20, 2024
1 parent 6dc10d6 commit 282cdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Build
run: cmake --build build
- name: Run tests
run: cmake --build build --target test
run: cmake --build build --rerun-failed --output-on-failure --target test

0 comments on commit 282cdf9

Please sign in to comment.