From 3c82d583436070c1ffe2e986ea2bcff6f25f5526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Stuczy=C5=84ski?= Date: Wed, 2 Mar 2022 10:32:14 +0000 Subject: [PATCH] Running tests with all features in CI --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 42e119cf87..0def2407eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: test - args: --all + args: --all --all-features - name: Check formatting uses: actions-rs/cargo@v1