1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-09-18 13:31:36 +02:00
go-gemini/.build.yml

10 lines
133 B
YAML
Raw Permalink 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 ./...