mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
chore(xtask): check all targets
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
committed by
Benoît Cortier
parent
7307148cb8
commit
4350058945
+1
-1
@@ -18,7 +18,7 @@ pub fn lints(sh: &Shell) -> anyhow::Result<()> {
|
||||
let _s = Section::new("LINTS");
|
||||
|
||||
// TODO: when 1.74 is released use `--keep-going`: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#keep-going
|
||||
cmd!(sh, "{CARGO} clippy --workspace --locked -- -D warnings").run()?;
|
||||
cmd!(sh, "{CARGO} clippy --workspace --all-targets --locked -- -D warnings").run()?;
|
||||
|
||||
println!("All good!");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user