Skip to content

Commit

Permalink
Split CI in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele77 committed Oct 14, 2024
1 parent ea1d5f5 commit a7cb3df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ jobs:
run: |
# cd /home/runner/work/cli/cli/build/test/
# ./test_suite
ctest -C ${{matrix.build_type}}
ctest -C ${{matrix.build_type}} --rerun-failed --output-on-failure
2 changes: 1 addition & 1 deletion .github/workflows/win_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:

- name: Run tests
working-directory: build
run: ctest -C ${{matrix.build_type}}
run: ctest -C ${{matrix.build_type}} --rerun-failed --output-on-failure

0 comments on commit a7cb3df

Please sign in to comment.