cacheinterface/.drone.yml
Tyler 41d0ef3d97
Some checks failed
continuous-integration/drone Build is failing
Initial v2 version, better testing, updates
2023-02-04 20:22:41 -05:00

11 lines
192 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: golang
commands:
- go mod download
- go install github.com/onsi/ginkgo/v2/ginkgo
- ginkgo -r .