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