workon/.drone.yml

13 lines
202 B
YAML
Raw Normal View History

---
kind: pipeline
type: docker
name: default
steps:
- name: tests
2023-06-07 22:06:07 -04:00
image: golang:1.20
commands:
- apt-get update && apt-get install -y tmux
- go build -v
- go test -v ./...