From 8d3427daafd822e9465dc5ea5f38cb27b235f8b5 Mon Sep 17 00:00:00 2001 From: Serge Barral Date: Thu, 4 Apr 2024 13:37:21 +0200 Subject: [PATCH] Fix CI script --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90ecff4..f156eac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,8 +28,7 @@ jobs: toolchain: ${{ matrix.rust }} - name: Run cargo check - run: cargo check - args: --all-features + run: cargo check --all-features test: name: Test suite