Skip to content

Commit

Permalink
ci(tests): enable verbose && fail_ci_if_error
Browse files Browse the repository at this point in the history
Signed-off-by: Dwi Siswanto <[email protected]>
  • Loading branch information
dwisiswant0 committed Feb 24, 2024
1 parent 2c10a7a commit d137f83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: /tmp/teler-coverage.out
verbose: true
fail_ci_if_error: true

golangci:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d137f83

Please sign in to comment.