added .gitlab-ci.yml
This commit is contained in:
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
stages:
|
||||
- test
|
||||
|
||||
test:
|
||||
stage: test
|
||||
image: golang:1.15.3
|
||||
script:
|
||||
- go test
|
||||
|
||||
Reference in New Issue
Block a user