Skip to content

Commit

Permalink
squashme
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Jun 5, 2024
1 parent f579a86 commit aeae96f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/localnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aeae96f

Please sign in to comment.