Verbose testing is needed

This commit is contained in:
Winni Neessen 2022-03-16 21:06:12 +01:00
parent 1c699da955
commit 04343f4417
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D

View file

@ -21,4 +21,4 @@ build_task:
folder: $GOPATH/pkg/mod
get_script: go get 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/...