Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
ci: only deny warnings, not all clippy lints
Lars Wirzenius committed 1 year ago
commit 6c6b40b87ed0af16b63c0943e2505ed74cedc598
parent 23f8cf0d8484cc8b605d47eb32528e3f964d63ef
1 file changed +1 -1
modified .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