remove allowed failure

This commit is contained in:
crapStone 2024-10-01 23:56:40 +02:00
parent 9259c22755
commit 518e4f2daf
No known key found for this signature in database
GPG Key ID: 22D4BF0CF7CC29C8
1 changed files with 0 additions and 1 deletions

View File

@ -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]