go-to-omp/.drone.yml

11 lines
163 B
YAML

---
kind: pipeline
type: kubernetes
name: Unit tests
steps:
- name: Unit tests
image: golang:alpine3.16
commands:
- apk update && apk add make
- make test