soju/.build.yml

10 lines
139 B
YAML
Raw Normal View History

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