@ -3,13 +3,28 @@ name: Build
steps:
- name: Build
image: golang:1.12
volumes:
- name: deps
path: /go
commands:
- go build .
- name: Unit Tests
- go test -tag=unit .
- name: Integration Tests
- go test -tag=integration .
temp: {}