mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-16 10:09:28 +02:00
8 lines
114 B
YAML
8 lines
114 B
YAML
image: alpine/edge
|
|
packages:
|
|
- go
|
|
tasks:
|
|
- test: |
|
|
cd scotty
|
|
go build -v .
|
|
go test -v ./...
|