workon/.drone.yml

13 lines
202 B
YAML
Raw Normal View History

---
kind: pipeline
type: docker
name: default
steps:
- name: tests
image: golang:1.17
commands:
- apt-get update && apt-get install -y tmux
- go build -v
- go test -v ./...