diff --git a/crates/lib/Makefile.toml b/crates/lib/Makefile.toml index 00c7a6081..68f29f4f1 100644 --- a/crates/lib/Makefile.toml +++ b/crates/lib/Makefile.toml @@ -41,7 +41,7 @@ args = ["deny", "--exclude-dev", "--all-features", "check"] dependencies = ["deny", "lint"] [tasks.ci-flow] -dependencies = ["test-flow"] +dependencies = ["pre-ci-flow", "test-flow"] # ----