Skip to content

Commit

Permalink
change command
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalcaliskan committed Jan 3, 2022
1 parent 1372806 commit e514e21
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,10 +54,10 @@ jobs:
go-version: 1.16.x
- name: Test
run: |
sudo echo "fs.file-max = 500000" >> /etc/sysctl.d/tmp.conf
sudo sysctl -w fs.file-max=100000000
sudo sysctl -p
sudo ulimit -n 500000
make test
sudo go test ./... -v
# codeql:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit e514e21

Please sign in to comment.