Files
nmslib/.gitlab-ci.yml
2020-10-28 17:23:00 +00:00

13 lines
150 B
YAML

stages:
- test
include:
- template: Security/License-Scanning.gitlab-ci.yml
test:
stage: test
image: golang:1.15.3
script:
- go test