From 718c15c8c0507320eb7468e1405f00c90e9d821f Mon Sep 17 00:00:00 2001 From: Liang-Chi Hsieh Date: Wed, 9 Oct 2024 11:02:38 -0600 Subject: [PATCH] more --- .github/actions/rust-test/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/rust-test/action.yaml b/.github/actions/rust-test/action.yaml index 57008d337..bb1abdd73 100644 --- a/.github/actions/rust-test/action.yaml +++ b/.github/actions/rust-test/action.yaml @@ -62,7 +62,7 @@ runs: - name: Run Cargo test shell: bash run: | - ulimit -n 102400 + ulimit -n unlimited ulimit -Sa ulimit -Ha cd native