mirror of
https://github.com/emersion/go-imap
synced 2026-07-01 21:34:37 +00:00
13 lines
212 B
YAML
13 lines
212 B
YAML
image: alpine/latest
|
|
packages:
|
|
- go
|
|
sources:
|
|
- https://github.com/emersion/go-imap#v2
|
|
tasks:
|
|
- build: |
|
|
cd go-imap
|
|
go build -race -v ./...
|
|
- test: |
|
|
cd go-imap
|
|
go test -race ./...
|