mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-12 17:02:55 +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
|
image_family: freebsd-12-3
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TEST_HOST: ${secrets.TEST_HOST}
|
TEST_ALLOW_SEND: 0
|
||||||
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"
|
|
||||||
|
|
||||||
pkginstall_script:
|
pkginstall_script:
|
||||||
- pkg update -f
|
- pkg update -f
|
||||||
- pkg install -y go
|
- pkg install -y go postfix
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- go test -v -race -cover -shuffle=on ./...
|
- go test -v -race -cover -shuffle=on ./...
|
Loading…
Reference in a new issue