Skip to content

Commit

Permalink
use sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalcaliskan committed Jan 3, 2022
1 parent f138648 commit f8def83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
go-version: 1.16.x
- name: Test
run: |
echo "fs.file-max = 500000" >> /etc/sysctl.conf
sysctl -p
ulimit -n 500000
sudo echo "fs.file-max = 500000" >> /etc/sysctl.conf
sudo sysctl -p
sudo ulimit -n 500000
make test
# codeql:
Expand Down

0 comments on commit f8def83

Please sign in to comment.