alps/.build.yml

10 lines
145 B
YAML
Raw Normal View History

2020-03-18 13:04:37 +00:00
image: alpine/edge
packages:
- go
sources:
- https://git.sr.ht/~emersion/koushin
tasks:
- build: |
cd koushin
go test -v ./...