Commit Graph

2 Commits

Author SHA1 Message Date
Lars Wirzenius dfe89fb303
ci: only deny warnings, not all clippy lints
Change configuration of native CI to only deny warnings from the
compiler, but no all clippy lints.

Previously we ran "cargo clippy --all-targets --workspace -- --deny
clippy::all", which overrides the allows for specific clippy lints in
the source code. We don't want that.

Signed-off-by: Lars Wirzenius <liw@liw.fi>
2025-01-14 13:45:34 +01:00
Lars Wirzenius f03c734e85
build: add config for Radicle native CI engine
Signed-off-by: Lars Wirzenius <liw@liw.fi>
2024-01-19 11:29:23 +01:00