aboutsummaryrefslogtreecommitdiff
path: root/Makefile.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-04-27 06:24:17 +0000
committerFuwn <[email protected]>2023-04-27 06:24:17 +0000
commit875e201e94ab602eb47cebc3f17cd7ab4ead643c (patch)
tree68710bf3d77e4d3d2ac614fe054f8faf2d6df8a7 /Makefile.toml
parentdocs(rossweisse): add a readme (diff)
downloadwindmark-875e201e94ab602eb47cebc3f17cd7ab4ead643c.tar.xz
windmark-875e201e94ab602eb47cebc3f17cd7ab4ead643c.zip
fix(ci): fix tests and doc examples
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.toml b/Makefile.toml
index f921fc6..4bcd761 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -16,6 +16,11 @@ args = ["clippy", "--no-default-features", "--features", "logger,auto-deduce-mim
command = "cargo"
toolchain = "nightly"
+[tasks.test]
+args = ["test", "--no-default-features", "--features", "logger,auto-deduce-mime,response-macros,${@}"]
+command = "cargo"
+toolchain = "1.68.2"
+
[tasks.checkf]
script = '''
#!@shell