stack/.gitlab-ci.yml

12 lines
129 B
YAML
Raw Normal View History

2023-07-06 21:47:36 +00:00
image: golang:alpine3.18
before_script:
- apk add --update git
2023-07-06 21:45:06 +00:00
build:
script:
- go build
test:
script:
- go test