From e37cf03349c3bb1e376e4c8684d2359c38473f31 Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:01:17 +0200 Subject: [PATCH] ci: enable tests for all features --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 94c7ffa..553f9fb 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -46,5 +46,5 @@ jobs: run: cargo clippy --features arch,debian -- -Dwarnings - name: Test - run: cargo test --workspace + run: cargo test --workspace --features arch,debian