From c7bbfcccfa532cb7273bcfaaca81f6c56e04e9f1 Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Wed, 2 Feb 2022 15:29:52 +0600 Subject: [PATCH] Enable all features when testing the examples --- .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 086d019f..1dcf1956 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,4 +99,4 @@ jobs: toolchain: stable override: true - name: Check the examples - run: cargo check --examples + run: cargo check --examples --features="full"