From aeae96fe3aeae972b917e541317914e84d07e4ba Mon Sep 17 00:00:00 2001 From: ClaytonNorthey92 Date: Wed, 5 Jun 2024 18:08:17 -0400 Subject: [PATCH] squashme --- .github/workflows/localnet-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/localnet-test.yml b/.github/workflows/localnet-test.yml index 456437c60..0c44d509e 100644 --- a/.github/workflows/localnet-test.yml +++ b/.github/workflows/localnet-test.yml @@ -33,10 +33,10 @@ jobs: check-latest: true - name: "increase -l ulimits" - run: ulimit -Sl unlimited + run: ulimit -l unlimited - name: "increase -n ulimits" - run: ulimit -Sn unlimited + run: ulimit -n unlimited - name: "Download and verify dependencies" run: make deps