This commit is contained in:
fakeshadow 2021-10-21 07:53:30 +08:00
parent e230103465
commit 62ddda420b
1 changed files with 1 additions and 4 deletions

View File

@ -112,10 +112,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
sudo bash -c "ulimit -Sl 512 && ulimit -Hl 512 && PATH=$PATH:/usr/share/rust/.cargo/bin && RUSTUP_TOOLCHAIN=stable cargo ci-test && RUSTUP_TOOLCHAIN=stable cargo ci-test-rt-linux && RUSTUP_TOOLCHAIN=stable cargo ci-test-server-linux"
- name: Clear the cargo caches
run: |