From 588231ff9a862e0ce5c8950b8fd8314165c05f04 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sun, 7 Nov 2021 15:17:12 +0000 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a00d0163..15924605 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -196,19 +196,6 @@ jobs: - name: Cache Dependencies uses: Swatinem/rust-cache@v1.3.0 - - name: Install cargo-hack - uses: actions-rs/cargo@v1 - with: - command: install - args: cargo-hack - - - name: doc tests - if: matrix.target.os != "ubuntu-latest" - uses: actions-rs/cargo@v1 - timeout-minutes: 40 - with: { command: ci-doctest } - - name: doc tests io-uring - if: matrix.target.os == 'ubuntu-latest' run: | sudo bash -c "ulimit -Sl 512 && ulimit -Hl 512 && PATH=$PATH:/usr/share/rust/.cargo/bin && RUSTUP_TOOLCHAIN=${{ matrix.version }} cargo ci-doctest"