diff --git a/Makefile.toml b/Makefile.toml index 025c0c0..8a915ac 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -17,7 +17,7 @@ args = ["fmt", "--", "--check"] [tasks.test] description = "Run tests." command = "cargo" -args = ["test", "${@}", "--all-features"] +args = ["test", "${@}"] [tasks.clippy] command = "cargo"