go test wildcard

This commit is contained in:
Andy Wang 2020-04-11 22:52:29 +01:00
parent df16ce5eb1
commit 7db7842f81
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ go:
- "1.14" - "1.14"
script: script:
- go test -race -coverprofile=coverage.txt -covermode=atomic - go test -race -coverprofile=coverage.txt -covermode=atomic ./...
after_success: after_success:
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)