From 1ebfca92a61393831132f0ed16264f2810481244 Mon Sep 17 00:00:00 2001 From: SkyfallWasTaken Date: Mon, 15 Jul 2024 22:35:57 +0100 Subject: [PATCH] test all features in ci --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ae0065d..480af05 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -27,7 +27,7 @@ jobs: run: cargo build - name: Run cargo nextest - run: cargo nextest run + run: cargo nextest run --all-features - name: Run cargo machete run: cargo machete