diff options
| author | Fuwn <[email protected]> | 2022-05-17 11:17:48 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-17 11:17:48 +0000 |
| commit | 007d954c4257cd61ad88ffa6252edb4cc29941a1 (patch) | |
| tree | b47f77f7c55b7335b6ec467c3125f78f389e9f6c /Makefile.toml | |
| parent | feat(request): make gemini requests (diff) | |
| download | germ-007d954c4257cd61ad88ffa6252edb4cc29941a1.tar.xz germ-007d954c4257cd61ad88ffa6252edb4cc29941a1.zip | |
feat(meta): meta-related utilities
Diffstat (limited to 'Makefile.toml')
| -rw-r--r-- | Makefile.toml | 4 |
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 | # ------------- |