CI, attempt #1.
This commit is contained in:
parent
b1abee64b9
commit
0283229019
8
.gitlab-ci.yml
Normal file
8
.gitlab-ci.yml
Normal file
@ -0,0 +1,8 @@
|
||||
stages:
|
||||
- test
|
||||
|
||||
test_job:
|
||||
stage: test
|
||||
tags:
|
||||
- linux1
|
||||
script: go test -test.v .
|
Loading…
Reference in New Issue
Block a user