#98 Set up FreeBSD tests via CirrusCI

Since we skip the sendmail test, we don't need postfix anymore
This commit is contained in:
Winni Neessen 2023-01-12 01:22:45 +01:00
parent 64dde76a58
commit 09d7f1a4c4
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D

View file

@ -22,7 +22,7 @@ freebsd_task:
pkginstall_script: pkginstall_script:
- pkg update -f - pkg update -f
- pkg install -y go postfix - pkg install -y go
test_script: test_script:
- go test -v -race -cover -shuffle=on ./... - go test -v -race -cover -shuffle=on ./...