Skip to content

Commit

Permalink
Remove --all-features from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cottinisimone committed Nov 29, 2023
1 parent 21595e6 commit 76e26f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ args = ["fmt", "--", "--check"]
[tasks.test]
description = "Run tests."
command = "cargo"
args = ["test", "${@}", "--all-features"]
args = ["test", "${@}"]

[tasks.clippy]
command = "cargo"
Expand Down

0 comments on commit 76e26f8

Please sign in to comment.