diff options
| author | Fuwn <[email protected]> | 2023-04-27 06:24:17 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-27 06:24:17 +0000 |
| commit | 875e201e94ab602eb47cebc3f17cd7ab4ead643c (patch) | |
| tree | 68710bf3d77e4d3d2ac614fe054f8faf2d6df8a7 /Makefile.toml | |
| parent | docs(rossweisse): add a readme (diff) | |
| download | windmark-875e201e94ab602eb47cebc3f17cd7ab4ead643c.tar.xz windmark-875e201e94ab602eb47cebc3f17cd7ab4ead643c.zip | |
fix(ci): fix tests and doc examples
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 |