From 429023b37d8f61562d8ed2339855b2cfdeb80598 Mon Sep 17 00:00:00 2001 From: Tristan Guichaoua <33934311+tguichaoua@users.noreply.github.com> Date: Mon, 4 Dec 2023 12:02:01 +0100 Subject: [PATCH] Update CI (#41) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a71411..5cc561f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,13 +47,13 @@ jobs: toolchain: 1.61 - name: Default features - run: cargo check --all-targets + run: cargo check - name: All features - run: cargo check --all-targets --all-features + run: cargo check --all-features - name: No-default features - run: cargo check --all-targets --no-default-features + run: cargo check --no-default-features docs: name: Docs