mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-22 05:40:50 +01:00
Verbose testing is needed
This commit is contained in:
parent
1c699da955
commit
04343f4417
1 changed files with 1 additions and 1 deletions
|
@ -21,4 +21,4 @@ build_task:
|
||||||
folder: $GOPATH/pkg/mod
|
folder: $GOPATH/pkg/mod
|
||||||
get_script: go get github.com/wneessen/go-mail
|
get_script: go get github.com/wneessen/go-mail
|
||||||
build_script: go build github.com/wneessen/go-mail
|
build_script: go build github.com/wneessen/go-mail
|
||||||
test_script: go test github.com/wneessen/go-mail/...
|
test_script: go test -race -v -cover github.com/wneessen/go-mail/...
|
||||||
|
|
Loading…
Reference in a new issue