mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
build: run clippy with --all-features (#18115)
This commit is contained in:
parent
a7a804919d
commit
215528f499
2 changed files with 22 additions and 20 deletions
|
@ -135,7 +135,7 @@ async function clippy() {
|
|||
console.log("clippy");
|
||||
|
||||
const currentBuildMode = buildMode();
|
||||
const cmd = ["clippy", "--all-targets", "--locked"];
|
||||
const cmd = ["clippy", "--all-targets", "--all-features", "--locked"];
|
||||
|
||||
if (currentBuildMode != "debug") {
|
||||
cmd.push("--release");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue