更新 '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-10-04 21:33:20 +08:00
parent fde4126cf2
commit 55a0f68011

View File

@@ -16,7 +16,7 @@ steps:
- git clone $DRONE_REMOTE_URL . - git clone $DRONE_REMOTE_URL .
- name: echo hello world - name: echo hello world
image: golang image: golang:alpine
commands: commands:
- go build - go build
- go test - go test