From 3c3b730a41afedac823e8a5197be3d69f5af24e8 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 24 Feb 2021 12:37:08 +0000 Subject: [PATCH] fix ci --- .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 434ee851..8a3ba7a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,13 +65,13 @@ jobs: uses: actions-rs/cargo@v1 with: command: hack - args: --clean-per-run check --workspace --no-default-features + args: check --workspace --no-default-features - name: check minimal + tests uses: actions-rs/cargo@v1 with: - command: check - args: --workspace --no-default-features --tests --examples + command: hack + args: check --workspace --no-default-features --tests --examples - name: check default uses: actions-rs/cargo@v1