leave only doc-test

This commit is contained in:
fakeshadow 2021-11-07 22:58:43 +08:00
parent f360f4d34c
commit 9fbea89bb5
1 changed files with 1 additions and 1 deletions

View File

@ -211,4 +211,4 @@ jobs:
- 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-test && RUSTUP_TOOLCHAIN=${{ matrix.version }} cargo ci-test-rt-linux && RUSTUP_TOOLCHAIN=${{ matrix.version }} cargo ci-docktest"
sudo bash -c "ulimit -Sl 512 && ulimit -Hl 512 && PATH=$PATH:/usr/share/rust/.cargo/bin && RUSTUP_TOOLCHAIN=${{ matrix.version }} cargo ci-doctest"