Skip to content

Commit

Permalink
Fix param to go 1.13 standard
Browse files Browse the repository at this point in the history
  • Loading branch information
fergusstrange committed Oct 25, 2021
1 parent d0805f9 commit 3dd098b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.42.1
/home/runner/go/bin/golangci-lint run
- name: Test
run: go test -v -t 0 -race -cover -covermode=atomic -coverprofile=coverage.out ./...
run: go test -v -test.timeout 0 -race -cover -covermode=atomic -coverprofile=coverage.out ./...
- name: Test Examples
run: |
pushd examples && \
Expand Down

0 comments on commit 3dd098b

Please sign in to comment.