From 5b194f9bef76c704fdf801592291d44ce1efa330 Mon Sep 17 00:00:00 2001 From: fakeshadow <24548779@qq.com> Date: Mon, 18 Oct 2021 04:41:52 +0800 Subject: [PATCH] revert ci change --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56371b5d..085538c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,13 +102,6 @@ jobs: uses: actions-rs/cargo@v1 with: { command: ci-check-linux } - # Increase ulimit for io-uring - - name: locked-in-memory size - if: > - matrix.target.os == 'ubuntu-latest' - run: - ulimit -l 512 - - name: tests if: > matrix.target.os != 'ubuntu-latest' @@ -120,6 +113,7 @@ jobs: - name: tests if: matrix.target.os == 'ubuntu-latest' run: | + sudo bash -c "ulimit -l 512" cargo ci-test cargo ci-test-rt-linux cargo ci-test-server-linux