From 26be3a1b1500ac16455891683aeae6d601e17f02 Mon Sep 17 00:00:00 2001 From: Esteban Borai Date: Sat, 10 Sep 2022 22:26:43 -0400 Subject: [PATCH] feat: provide `--all-features` for tests --- .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 a31f5b1..79462c7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,4 +42,4 @@ jobs: uses: actions-rs/cargo@v1 with: command: test - args: -- --nocapture + args: -- --nocapture --all-features