Fix go test line
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Tyler 2021-04-15 01:09:34 -04:00
parent d8079551c9
commit 30de693795
1 changed files with 1 additions and 1 deletions

View File

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