1
0
Fork 0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-05-12 02:06:05 +02:00
go-gemini/.build.yml

10 lines
133 B
YAML
Raw Normal View History

2021-02-16 06:05:10 +01:00
image: alpine/edge
packages:
- go
sources:
- https://git.sr.ht/~adnano/go-gemini
tasks:
- test: |
cd go-gemini
go test ./...