Merge pull request #1 from ViaQ/bjones/setup-ci

fix golangci-lint timeout flag
pull/4881/head
Brett Jones 4 years ago committed by GitHub
commit c8ab475e2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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