Skip to content

Commit

Permalink
CI: Print ulimit
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek committed Aug 5, 2024
1 parent 334e859 commit f6d8b1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@ jobs:
- name: Build example
run: cd ./_example && go build -v ./

- name: Check ulimit
run: ulimit -n

- name: Test
run: go test -v -count=10 ./...

0 comments on commit f6d8b1a

Please sign in to comment.