pr1 #1

Merged
ston1th merged 2 commits from pr1 into master 2018-12-24 17:22:09 +01:00
Showing only changes of commit 7e4927997a - Show all commits

sikp tests
All checks were successful
the build was successful

ston1th 2018-12-24 17:16:55 +01:00

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