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
We need the environment also it starts in auth/ which is weird
This commit is contained in:
parent
570ccca98f
commit
4198664737
1 changed files with 10 additions and 0 deletions
10
.cirrus.yml
10
.cirrus.yml
|
@ -13,8 +13,18 @@ freebsd_task:
|
|||
freebsd_instance:
|
||||
image_family: freebsd-12-4
|
||||
|
||||
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"
|
||||
|
||||
pkginstall_script:
|
||||
- pkg update -f
|
||||
- pkg install -y go
|
||||
|
||||
test_script:
|
||||
- cd ..
|
||||
- go test -v -race -cover -shuffle=on ./...
|
Loading…
Reference in a new issue