diff options
| author | Fuwn <[email protected]> | 2022-05-18 01:29:13 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-18 01:29:13 +0000 |
| commit | a75d796873e1317f0161d1f2552670411a96d92b (patch) | |
| tree | 120de1ce0feb72e25960b542f597604e25fd1992 | |
| parent | docs(readme): add features (diff) | |
| download | germ-a75d796873e1317f0161d1f2552670411a96d92b.tar.xz germ-a75d796873e1317f0161d1f2552670411a96d92b.zip | |
chore(makefile): use --all-features
| -rw-r--r-- | Makefile.toml | 4 |
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] |