fix golangci-lint timeout flag

pull/4881/head
Brett Jones 5 years ago
parent 1903de20ad
commit fb7b97521c
No known key found for this signature in database
GPG Key ID: C405583E64F8BBCB
  1. 2
      .github/workflows/go_test.yaml

@ -28,7 +28,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
version: v1.32
args: --timeout 300
args: --timeout=5m
- name: Test
run: go test -v -coverprofile=.coverprofile .

Loading…
Cancel
Save