soju/.build.yml
2020-03-18 10:28:58 +01:00

10 lines
139 B
YAML

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