forked from git.klmp200.net/ALFRED
Parrallel testing
This commit is contained in:
parent
2cd142844d
commit
cb64d56c3f
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue