Skip to content

Commit

Permalink
Revert: Don't require clippy CI stage to succeed (#428)
Browse files Browse the repository at this point in the history
* Revert "Revert me: Don't require `clippy` CI stage to succeed (#427)"

This reverts commit b30c3ae.

* Set fixed nightly

* Remove `rustup update`

* Remove `rustup override`
  • Loading branch information
cmichi authored Feb 9, 2022
1 parent b30c3ae commit 0e5adb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ 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 0e5adb8

Please sign in to comment.