mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-23 20:51:06 +01:00
ci: disable io-uring tests
This commit is contained in:
parent
786014cc2f
commit
18071d1fc0
25
.github/workflows/ci-post-merge.yml
vendored
25
.github/workflows/ci-post-merge.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user