From 2164044eb19a6fe00c63b991e73a4c44b860b4e2 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 25 Nov 2020 17:31:35 +0100 Subject: [PATCH] Build with all features enabled --- .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 e57f177..b568992 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -29,7 +29,7 @@ jobs: - uses: actions-rs/cargo@v1 with: command: build - args: --workspace --all-targets + args: --workspace --all-features --all-targets - uses: actions-rs/cargo@v1 with: command: test