mirror of https://github.com/fafhrd91/actix-net
fix ci
This commit is contained in:
parent
528ff435e9
commit
f23a719bc5
|
@ -102,6 +102,13 @@ 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:
|
||||
sudo ulimit -l 512
|
||||
|
||||
- name: tests
|
||||
if: >
|
||||
matrix.target.os != 'ubuntu-latest'
|
||||
|
|
Loading…
Reference in New Issue