mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-09 15:32:54 +01:00
#98 Set up FreeBSD tests via CirrusCI
Since we skip the sendmail test, we don't need postfix anymore
This commit is contained in:
parent
64dde76a58
commit
09d7f1a4c4
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ freebsd_task:
|
|||
|
||||
pkginstall_script:
|
||||
- pkg update -f
|
||||
- pkg install -y go postfix
|
||||
- pkg install -y go
|
||||
|
||||
test_script:
|
||||
- go test -v -race -cover -shuffle=on ./...
|
Loading…
Reference in a new issue