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 dfe89fb3030a0e9be9c538c4ff25281c2a4fda70
parent a1cd0e2fdc9416a6841e15bb1075db0e7a99424c
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