mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-14 18:02:55 +01:00
Remove redundant steps from Cirrus CI configuration
Eliminated unnecessary environment variables and pkg update step to streamline the CI process. Simplified the test script by removing verbose flag from the go test command.
This commit is contained in:
parent
6f10892d0b
commit
19dcba620a
1 changed files with 1 additions and 3 deletions
|
@ -14,12 +14,10 @@ freebsd_task:
|
|||
image_family: freebsd-14-0
|
||||
|
||||
env:
|
||||
TEST_ALLOW_SEND: 0
|
||||
TEST_SKIP_SENDMAIL: 1
|
||||
|
||||
pkginstall_script:
|
||||
- pkg update -f
|
||||
- pkg install -y go
|
||||
|
||||
test_script:
|
||||
- go test -v -race -cover -shuffle=on ./...
|
||||
- go test -race -cover -shuffle=on ./...
|
Loading…
Reference in a new issue