bresenham/.gitlab-ci.yml

10 lines
89 B
YAML
Raw Normal View History

2023-12-16 17:45:31 +00:00
image: golang:alpine3.18
build:
script:
- go build
test:
script:
- go test