mirror of
https://git.sr.ht/~adnano/go-gemini
synced 2025-04-20 12:37:57 +02:00
10 lines
133 B
YAML
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 ./...
|