dronefile fix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jake Hillion 2020-10-25 22:06:33 +00:00
parent 281af45288
commit 0bf597d5c5

View File

@ -9,7 +9,7 @@ steps:
- name: cache
path: /go
commands:
- go test -i server/...
- go test -i ./...
- name: test
image: golang:1.15
@ -17,7 +17,7 @@ steps:
- name: cache
path: /go
commands:
- go test server/...
- go test ./...
volumes:
- name: cache