workon/.drone.yml
James Walker ea4766fa8d
All checks were successful
continuous-integration/drone/push Build is passing
🔖 version 0.2.2
2023-06-07 22:06:07 -04:00

13 lines
202 B
YAML

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