mirror of https://codeberg.org/topola/topola.git
remove allowed failure
This commit is contained in:
parent
9259c22755
commit
518e4f2daf
|
|
@ -9,6 +9,5 @@ steps:
|
||||||
- rustup component add rustfmt clippy
|
- rustup component add rustfmt clippy
|
||||||
- cargo fmt --check
|
- cargo fmt --check
|
||||||
- cargo clippy
|
- cargo clippy
|
||||||
failure: ignore # TODO: remove this when all clippy problems were addressed
|
|
||||||
when:
|
when:
|
||||||
event: [pull_request, push, tag]
|
event: [pull_request, push, tag]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue