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

kind: pipeline
name: default
steps:
- name: test
image: golang
commands:
- CGO_ENABLED=0 go test -v ./...
volumes:
- name: gopath
path: /go