aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-05-18 01:29:13 +0000
committerFuwn <[email protected]>2022-05-18 01:29:13 +0000
commita75d796873e1317f0161d1f2552670411a96d92b (patch)
tree120de1ce0feb72e25960b542f597604e25fd1992
parentdocs(readme): add features (diff)
downloadgerm-a75d796873e1317f0161d1f2552670411a96d92b.tar.xz
germ-a75d796873e1317f0161d1f2552670411a96d92b.zip
chore(makefile): use --all-features
-rw-r--r--Makefile.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.toml b/Makefile.toml
index c9238b0..fbeb052 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -7,11 +7,11 @@ command = "cargo"
toolchain = "nightly"
[tasks.check]
-args = ["check"]
+args = ["check", "--all-features"]
command = "cargo"
[tasks.clippy]
-args = ["clippy"]
+args = ["clippy", "--all-features"]
command = "cargo"
[tasks.test]