mirror of https://github.com/fafhrd91/actix-net
call ulimit without sudo
This commit is contained in:
parent
f23a719bc5
commit
de05e8e19f
|
@ -107,7 +107,7 @@ jobs:
|
||||||
if: >
|
if: >
|
||||||
matrix.target.os == 'ubuntu-latest'
|
matrix.target.os == 'ubuntu-latest'
|
||||||
run:
|
run:
|
||||||
sudo ulimit -l 512
|
ulimit -l 512
|
||||||
|
|
||||||
- name: tests
|
- name: tests
|
||||||
if: >
|
if: >
|
||||||
|
|
Loading…
Reference in New Issue