Skip to content

Commit

Permalink
Revert me: Don't require clippy CI stage to succeed (use-ink#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi authored Feb 9, 2022
1 parent 86510f8 commit b30c3ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ clippy:
<<: *docker-env
script:
- cargo clippy --verbose --all-targets --all-features -- -D warnings;
allow_failure: true

#### stage: test (all features)

Expand Down

0 comments on commit b30c3ae

Please sign in to comment.