diff --git a/.radicle/native.yaml b/.radicle/native.yaml index 5c79e395..d6a79abe 100644 --- a/.radicle/native.yaml +++ b/.radicle/native.yaml @@ -3,7 +3,7 @@ shell: | rustc --version cargo fmt --check - cargo clippy --all-targets --workspace -- --deny clippy::all + cargo clippy --all-targets --workspace -- --deny warnings cargo build --all-targets --workspace cargo doc --workspace cargo test --workspace --no-fail-fast