sikp tests
All checks were successful
the build was successful

This commit is contained in:
ston1th 2018-12-24 17:16:55 +01:00
commit 7e4927997a

View file

@ -3,16 +3,16 @@ workspace:
path: src
pipeline:
test_pr:
image: golang:alpine
environment:
- CGO_ENABLED=0
- GOOS=linux
commands:
- go test -cover db.go
- go test -cover srv.go
when:
event: [ push, pull_request ]
#test_pr:
# image: golang:alpine
# environment:
# - CGO_ENABLED=0
# - GOOS=linux
# commands:
# - go test -cover db.go
# - go test -cover srv.go
# when:
# event: [ push, pull_request ]
build_pr:
image: golang:alpine