From 781853603ce747853568efd4ed8741220f106d77 Mon Sep 17 00:00:00 2001 From: strawberry Date: Sat, 9 Mar 2024 20:44:39 -0500 Subject: [PATCH] test all features in engage (CI) Signed-off-by: strawberry --- engage.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/engage.toml b/engage.toml index 1209014e..4943a9f3 100644 --- a/engage.toml +++ b/engage.toml @@ -59,7 +59,7 @@ RUSTDOCFLAGS="-D warnings" cargo doc \ [[task]] name = "cargo-clippy" group = "lints" -script = "cargo clippy --workspace --all-targets --color=always -- -D warnings" +script = "cargo clippy --workspace --all-targets --all-features --color=always -- -D warnings" [[task]] name = "cargo" @@ -68,6 +68,7 @@ script = """ cargo test \ --workspace \ --all-targets \ + --all-features \ --color=always \ -- \ --color=always