ci: change drone.yml
Some checks failed
continuous-integration/drone Build encountered an error

This commit is contained in:
BusyBruce
2021-12-16 01:45:03 +08:00
parent 1cd7c20b2f
commit 4eaff9b597

View File

@@ -1,5 +1,5 @@
kind: pipeline
type: exec
type: docker
name: hello-drone
platform:
@@ -8,6 +8,7 @@ platform:
steps:
- name: build
image: golang-alpine
commands:
- go build
- go test