mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-08 23:12:54 +01:00
#98 Set up FreeBSD tests via CirrusCI
Apparently we can't provide the secrets environment to CirrusCI, so we cannot perform the send tests
This commit is contained in:
parent
d781217f07
commit
433980a584
1 changed files with 2 additions and 7 deletions
|
@ -17,16 +17,11 @@ freebsd_task:
|
|||
image_family: freebsd-12-3
|
||||
|
||||
env:
|
||||
TEST_HOST: ${secrets.TEST_HOST}
|
||||
TEST_FROM: ${secrets.TEST_USER}
|
||||
TEST_ALLOW_SEND: "1"
|
||||
TEST_SMTPAUTH_USER: ${secrets.TEST_USER}
|
||||
TEST_SMTPAUTH_PASS: ${secrets.TEST_PASS}
|
||||
TEST_SMTPAUTH_TYPE: "LOGIN"
|
||||
TEST_ALLOW_SEND: 0
|
||||
|
||||
pkginstall_script:
|
||||
- pkg update -f
|
||||
- pkg install -y go
|
||||
- pkg install -y go postfix
|
||||
|
||||
test_script:
|
||||
- go test -v -race -cover -shuffle=on ./...
|
Loading…
Reference in a new issue