linkinfo/.drone.yml
Tyler ef026cf138
All checks were successful
continuous-integration/drone/push Build is passing
Correct test names for default_test, add verbose flag to go test
2019-10-03 23:32:56 -04:00

12 lines
192 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: golang
commands:
- go test -v
environment:
IMGUR_CLIENT_ID:
from_secret: imgur_client_id