More volume testing
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ask Bjørn Hansen 2021-10-31 00:08:30 -07:00
parent 1b8d1d0725
commit 989a491429

View File

@ -9,9 +9,10 @@ steps:
commands:
- go test -v
- go build
- echo "hello" > /shared/greetings.txt
volumes:
- name: go-pkg
path: /go/pkg
path: /shared
resources:
limits:
cpu: 1000
@ -40,6 +41,6 @@ volumes:
name: go-pkg
---
kind: signature
hmac: ebe845e4f1bbea97f6a29fd91949c305993d5e1ed3de0ff85c9990fdd3096032
hmac: 6c28661aaa292cf8455fde9c0942c10483e44f7d721f357ae24d1c6c67d48bcb
...