aboutsummaryrefslogtreecommitdiff
path: root/Makefile.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-05-17 11:17:48 +0000
committerFuwn <[email protected]>2022-05-17 11:17:48 +0000
commit007d954c4257cd61ad88ffa6252edb4cc29941a1 (patch)
treeb47f77f7c55b7335b6ec467c3125f78f389e9f6c /Makefile.toml
parentfeat(request): make gemini requests (diff)
downloadgerm-007d954c4257cd61ad88ffa6252edb4cc29941a1.tar.xz
germ-007d954c4257cd61ad88ffa6252edb4cc29941a1.zip
feat(meta): meta-related utilities
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 |
# -------------