Parrallel testing
All checks were successful
the build was successful

This commit is contained in:
Antoine Bartuccio 2018-07-23 19:26:46 +02:00
parent 2cd142844d
commit cb64d56c3f
Signed by: klmp200
GPG Key ID: E7245548C53F904B

View File

@ -1,14 +1,17 @@
pipeline:
build:
image: golang
group: build
commands:
- go get -v -d ./...
- go build .
test:
image: golang
group: build
secrets: [ test_api_token ]
environment: [ test_api_token ]
commands:
- go get -v -d ./...
- go test ./...
publish:
image: plugins/docker