This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
2019-09-05 01:54:21 +07:00
|
|
|
kind: pipeline
|
|
|
|
name: Build
|
|
|
|
steps:
|
|
|
|
- name: Unit Tests
|
|
|
|
image: golang:1.12
|
2019-09-05 04:09:54 +07:00
|
|
|
volumes:
|
|
|
|
- name: deps
|
|
|
|
path: /go
|
2019-09-05 01:54:21 +07:00
|
|
|
commands:
|
2019-11-01 12:02:18 +07:00
|
|
|
- go test ./...
|
2019-09-05 04:09:54 +07:00
|
|
|
|
|
|
|
volumes:
|
|
|
|
- name: deps
|
|
|
|
temp: {}
|