From ecee4d70597c052dc77bf4ae774973478a072349 Mon Sep 17 00:00:00 2001 From: Pratyush Mishra Date: Thu, 10 Sep 2020 16:35:12 -0700 Subject: [PATCH] Make CI test all-features --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d60c91..e6cabda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: test - args: --all -- --skip dpc --skip integration_test + args: --all --all-features -- --skip dpc --skip integration_test check_no_std: name: Check no_std