scotty/.build.yml
2023-11-10 14:38:00 +01:00

8 lines
114 B
YAML

image: alpine/edge
packages:
- go
tasks:
- test: |
cd scotty
go build -v .
go test -v ./...