ittaG ordnasselA
143ee76cc7
All checks were successful
continuous-integration/drone/push Build is passing
11 lines
182 B
YAML
11 lines
182 B
YAML
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: test
|
|
image: golang:alpine
|
|
commands:
|
|
- CGO_ENABLED=0 go test -v ./...
|
|
volumes:
|
|
- name: gopath
|
|
path: /go
|