Skip to content

Commit

Permalink
Increasing verbosity of test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmedd committed Jul 26, 2024
1 parent 2cc0f8b commit 89568bc
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 @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [ main ]
branches: [ "**" ]
pull_request:
branches: ["**"]

Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
run: |
cd up-transport-zenoh-cpp/build/Release
chmod +x bin/*
ctest
ctest || ctest --rerun-failed --output-on-failure
- name: Upload test results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 89568bc

Please sign in to comment.