aboutsummaryrefslogtreecommitdiff
path: root/Makefile.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-05-18 02:21:29 +0000
committerFuwn <[email protected]>2022-05-18 02:21:29 +0000
commit0842b253f61d19c18a9f2d5d70ba69543df639f9 (patch)
tree7133c33b5f08dbb913875a333a66a278352fd67e /Makefile.toml
parentci(tests): add convert tests (diff)
downloadgerm-0842b253f61d19c18a9f2d5d70ba69543df639f9.tar.xz
germ-0842b253f61d19c18a9f2d5d70ba69543df639f9.zip
feat(meta): add getters
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.toml b/Makefile.toml
index fbeb052..6cc0251 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -23,8 +23,10 @@ command = "cargo"
# -------------
[tasks.checkf]
dependencies = ["fmt", "check"]
-workspace = false
[tasks.checkfc]
dependencies = ["fmt", "check", "clippy"]
-workspace = false
+
+[tasks.example]
+args = ["run", "--example", "${@}", "--all-features"]
+command = "cargo"