aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: 540af67d667484ba8c667828052f9170d22bc408 (plain) (blame)
1
2
3
4
5
6
7
8
9
image: alpine/edge
packages:
- go
sources:
- https://git.sr.ht/~adnano/go-gemini
tasks:
- test: |
    cd go-gemini
    go test ./...