mirror of https://github.com/fafhrd91/actix-net
Update ci.yml
This commit is contained in:
parent
9fbea89bb5
commit
588231ff9a
|
@ -196,19 +196,6 @@ jobs:
|
||||||
- name: Cache Dependencies
|
- name: Cache Dependencies
|
||||||
uses: Swatinem/rust-cache@v1.3.0
|
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
|
- name: doc tests io-uring
|
||||||
if: matrix.target.os == 'ubuntu-latest'
|
|
||||||
run: |
|
run: |
|
||||||
sudo bash -c "ulimit -Sl 512 && ulimit -Hl 512 && PATH=$PATH:/usr/share/rust/.cargo/bin && RUSTUP_TOOLCHAIN=${{ matrix.version }} cargo ci-doctest"
|
sudo bash -c "ulimit -Sl 512 && ulimit -Hl 512 && PATH=$PATH:/usr/share/rust/.cargo/bin && RUSTUP_TOOLCHAIN=${{ matrix.version }} cargo ci-doctest"
|
||||||
|
|
Loading…
Reference in New Issue