diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b4309d37..03ef33f58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,17 +64,17 @@ jobs: command: install args: cargo-hack - - name: check minimal - uses: actions-rs/cargo@v1 - with: { command: ci-min } + # - name: check minimal + # uses: actions-rs/cargo@v1 + # with: { command: ci-min } - - name: check minimal + tests - uses: actions-rs/cargo@v1 - with: { command: ci-min-test } + # - name: check minimal + tests + # uses: actions-rs/cargo@v1 + # with: { command: ci-min-test } - - name: check full - uses: actions-rs/cargo@v1 - with: { command: ci-full } + # - name: check full + # uses: actions-rs/cargo@v1 + # with: { command: ci-full } - name: doc tests uses: actions-rs/cargo@v1