workon/.drone.yml
James Walker 4c54f1d449
All checks were successful
continuous-integration/drone/push Build is passing
👷 drone ci + tests (#10)
Closes #2

Reviewed-on: #10
2022-09-13 22:37:21 -04:00

13 lines
202 B
YAML

---
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 ./...