mirror of
https://git.asonix.dog/asonix/relay.git
synced 2024-12-18 06:06:38 +00:00
Don't fail publish on clippy warnings
unfixable without ructe release
This commit is contained in:
parent
a465d1ae5b
commit
43b03a176c
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Clippy
|
name: Clippy
|
||||||
run: |
|
run: |
|
||||||
cargo clippy --no-default-features -- -D warnings
|
# cargo clippy --no-default-features -- -D warnings
|
||||||
|
cargo clippy --no-default-features
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
Loading…
Reference in a new issue