getwtxt/.build.yml

11 lines
159 B
YAML

image: alpine/edge
packages:
- go
sources:
- https://git.sr.ht/~gbmor/getwtxt
tasks:
- build: |
cd getwtxt
go test -v -race ./...
make