vfs/.gitlab-ci.yml

10 lines
89 B
YAML
Raw Permalink Normal View History

2023-07-27 22:34:52 +00:00
image: golang:alpine3.18
build:
script:
- go build
test:
script:
- go test