mirror of
https://git.sr.ht/~adnano/go-gemini
synced 2024-11-10 00:32:11 +01: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 ./...
|