aicra/.drone.yml

12 lines
185 B
YAML
Raw Normal View History

2019-11-18 15:03:18 +00:00
---
kind: pipeline
type: docker
name: default
steps:
2019-11-19 10:05:02 +00:00
- name: test-test
2019-11-18 15:03:18 +00:00
image: golang:1.13
commands:
- go get ./...
2019-11-19 10:05:02 +00:00
- go test -v -race -cover -coverprofile ./coverage.out ./...