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 path: src
pipeline: pipeline:
test_pr: #test_pr:
image: golang:alpine # image: golang:alpine
environment: # environment:
- CGO_ENABLED=0 # - CGO_ENABLED=0
- GOOS=linux # - GOOS=linux
commands: # commands:
- go test -cover db.go # - go test -cover db.go
- go test -cover srv.go # - go test -cover srv.go
when: # when:
event: [ push, pull_request ] # event: [ push, pull_request ]
build_pr: build_pr:
image: golang:alpine image: golang:alpine