Files
nmslib/.gitlab-ci.yml
2021-05-18 08:55:14 -06:00

12 lines
120 B
YAML

stages:
- test
test:
stage: test
image: golang:1.16.3
script:
- go test
only:
- master
- develop