1
0
Fork 0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-04-19 12:03:52 +02:00
go-gemini/.build.yml
2021-02-16 00:05:10 -05:00

10 lines
133 B
YAML

image: alpine/edge
packages:
- go
sources:
- https://git.sr.ht/~adnano/go-gemini
tasks:
- test: |
cd go-gemini
go test ./...