Skip to content

Commit

Permalink
decrease file limit
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalcaliskan committed Jan 3, 2022
1 parent 31386db commit 4626fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
go-version: 1.16.x
- name: Test
run: |
ulimit -Sn 1048576
ulimit -Hn 1048576
ulimit -Sn 10485
ulimit -Hn 10485
make test
# codeql:
Expand Down

0 comments on commit 4626fa4

Please sign in to comment.