Fix go test line
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Tyler 2021-04-15 01:09:34 -04:00
parent d8079551c9
commit 30de693795

View File

@ -6,7 +6,7 @@ steps:
- name: test
image: golang:alpine
commands:
- go test ...
- go test ./...
- name: build
image: golang:alpine
volumes: