stack/.gitlab-ci.yml

9 lines
82 B
YAML
Raw Normal View History

2023-07-06 21:45:06 +00:00
image: golang:1.20
build:
script:
- go build
test:
script:
- go test