mirror of https://github.com/cbeuw/Cloak
go test wildcard
This commit is contained in:
parent
df16ce5eb1
commit
7db7842f81
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue