diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a3ba7a0..3bfa0acb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: with: command: hack args: check --workspace --no-default-features - + - name: check minimal + tests uses: actions-rs/cargo@v1 with: @@ -78,7 +78,7 @@ jobs: with: command: check args: --workspace --tests --examples - + - name: check full uses: actions-rs/cargo@v1 with: