soju/.build.yml

10 lines
139 B
YAML
Raw Normal View History

2020-03-18 09:28:58 +00:00
image: alpine/edge
packages:
- go
sources:
- https://git.sr.ht/~emersion/soju
tasks:
- build: |
cd soju
go test -v ./...