workon/.drone.yml
James Walker 34e25bfd28
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
add an actual test
2022-08-04 17:38:28 -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 ./...