go run and test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-10-28 23:38:13 +02:00
parent 9373fb62e4
commit 02214575ae
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -4,6 +4,7 @@ name: "drone-dagger-test"
steps:
- name: "build"
image: harbor.front.kjuulh.io/docker-proxy/library/golang
image: harbor.front.kjuulh.io/docker-proxy/library/golang:latest
commands:
- "go run main.go"
- "go test ./..."