Skip to content

Commit

Permalink
build(cargo-make): update runner definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuwn committed Apr 18, 2023
1 parent b8d56e9 commit 162145e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ command = "cargo"
toolchain = "nightly"

[tasks.check]
args = ["check", "--features", "logger,auto-deduce-mime,response-macros,${@}"]
args = ["check", "--no-default-features", "--features", "logger,auto-deduce-mime,response-macros,${@}"]
command = "cargo"
toolchain = "nightly"

[tasks.clippy]
args = ["clippy", "--features", "logger,auto-deduce-mime,response-macros,${@}"]
args = ["clippy", "--no-default-features", "--features", "logger,auto-deduce-mime,response-macros,${@}"]
command = "cargo"
toolchain = "nightly"

Expand Down

0 comments on commit 162145e

Please sign in to comment.