aboutsummaryrefslogtreecommitdiff
path: root/Makefile.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.toml b/Makefile.toml
index b4967e3..c9238b0 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -14,6 +14,10 @@ command = "cargo"
args = ["clippy"]
command = "cargo"
+[tasks.test]
+args = ["test", "--all-features"]
+command = "cargo"
+
# -------------
# | Executors |
# -------------