13 lines
150 B
YAML
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
|
|
|