From a40ff354535b5a246cc49fec587c740df04dfe7b Mon Sep 17 00:00:00 2001 From: Pascal Seitz Date: Tue, 15 Jun 2021 09:31:39 +0200 Subject: [PATCH] test all features --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5bcf25aaf..0cc1e7d11 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,6 +19,6 @@ jobs: - name: Build run: cargo build --verbose --workspace - name: Run tests - run: cargo test --verbose --workspace + run: cargo test --all-features --verbose --workspace - name: Check Formatting run: cargo fmt --all -- --check