Let Cirrus CI test everything

This commit is contained in:
Winni Neessen 2022-03-15 15:57:00 +01:00
parent e71e445294
commit eb6120f475
Signed by: wneessen
GPG key ID: 385AC9889632126E

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 github.com/wneessen/go-mail/...