From 875e201e94ab602eb47cebc3f17cd7ab4ead643c Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 27 Apr 2023 06:24:17 +0000 Subject: fix(ci): fix tests and doc examples --- Makefile.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.toml') 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 -- cgit v1.2.3