Skip to content

Commit

Permalink
ci: Fail on clippy error
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Vasile <[email protected]>
  • Loading branch information
lexnv committed Apr 22, 2024
1 parent af99ff9 commit f1e2b13
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,7 @@ jobs:
cache-on-failure: true
cache-all-crates: true

# TODO: Allow clippy to fail and do not cancel other tasks.
# Clippy is fixed by: https://github.com/paritytech/litep2p/pull/57.
- name: Run clippy
continue-on-error: true
run: cargo clippy

test:
Expand Down

0 comments on commit f1e2b13

Please sign in to comment.