diff options
Diffstat (limited to 'Makefile.toml')
| -rw-r--r-- | Makefile.toml | 5 |
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 |