1 2 3 4 5 6 7 8 9 10
image: alpine/edge packages: - go sources: - https://git.sr.ht/~gbmor/getwtxt tasks: - build: | cd getwtxt go test -v -race ./... make