From 006004fe0bd9e02e7078358d86dbc285383627ee Mon Sep 17 00:00:00 2001 From: Kyle J Strand Date: Wed, 20 May 2026 10:45:38 -0600 Subject: [PATCH] fix: don't skip pre-CI flow --- crates/lib/Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] # ----