1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 22:51:07 +01:00

ci: disable io-uring tests

This commit is contained in:
Rob Ede 2024-05-27 22:57:33 +01:00
parent 786014cc2f
commit 18071d1fc0
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -91,19 +91,20 @@ jobs:
run: cargo ci-check-linux run: cargo ci-check-linux
- name: tests - name: tests
if: matrix.target.os != 'ubuntu-latest'
run: just test run: just test
- name: tests
if: matrix.target.os == 'ubuntu-latest' # TODO: re-instate some io-uring tests PRs
run: >- # - name: tests
sudo bash -c " # if: matrix.target.os == 'ubuntu-latest'
ulimit -Sl 512 # run: >-
&& ulimit -Hl 512 # sudo bash -c "
&& PATH=$PATH:/usr/share/rust/.cargo/bin # ulimit -Sl 512
&& RUSTUP_TOOLCHAIN=${{ matrix.version }} cargo ci-test-rustls-020 # && ulimit -Hl 512
&& RUSTUP_TOOLCHAIN=${{ matrix.version }} cargo ci-test-rustls-021 # && PATH=$PATH:/usr/share/rust/.cargo/bin
&& RUSTUP_TOOLCHAIN=${{ matrix.version }} cargo ci-test-linux # && RUSTUP_TOOLCHAIN=${{ matrix.version }} cargo ci-test-rustls-020
" # && RUSTUP_TOOLCHAIN=${{ matrix.version }} cargo ci-test-rustls-021
# && RUSTUP_TOOLCHAIN=${{ matrix.version }} cargo ci-test-linux
# "
- name: CI cache clean - name: CI cache clean
run: cargo-ci-cache-clean run: cargo-ci-cache-clean