This repository has been archived on 2024-04-27. You can view files and clone it, but cannot push or open issues or pull requests.
scrabblego/.drone.yml

12 lines
175 B
YAML
Raw Normal View History

2019-10-10 12:36:44 +00:00
kind: pipeline
name: default
steps:
- name: test
2019-10-10 12:37:36 +00:00
image: golang
2019-10-10 12:36:44 +00:00
commands:
- CGO_ENABLED=0 go test -v ./...
volumes:
- name: gopath
path: /go