alps/.build.yml
2020-03-18 14:04:37 +01:00

10 lines
145 B
YAML

image: alpine/edge
packages:
- go
sources:
- https://git.sr.ht/~emersion/koushin
tasks:
- build: |
cd koushin
go test -v ./...