Skip to content

Commit 5695437

Browse files
committed
ci: run client tests with Dovecot
1 parent a11010b commit 5695437

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
image: alpine/latest
22
packages:
3+
- dovecot
34
- go
45
sources:
56
- https://github.com/emersion/go-imap#v2
@@ -10,6 +11,9 @@ tasks:
1011
- test: |
1112
cd go-imap
1213
go test -race ./...
14+
- test-dovecot: |
15+
cd go-imap
16+
GOIMAP_TEST_DOVECOT=1 go test -race ./imapclient
1317
- gofmt: |
1418
cd go-imap
1519
test -z $(gofmt -l .)

0 commit comments

Comments
 (0)