From 642d5188f5f53b6717f4181997ee53c6b45357a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Garillot?= Date: Fri, 19 Jun 2020 09:51:36 -0400 Subject: [PATCH] Run CI with all-features --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ba8e250..35388b5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,9 +30,10 @@ jobs: uses: actions-rs/cargo@v1 with: command: clippy - args: -- -D warnings + args: --all-features -- -D warnings - name: Run cargo test uses: actions-rs/cargo@v1 with: command: test + args: --all-features