fix test step
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-18 14:47:45 +07:00
parent e3d2ba38a8
commit 823786c3ea
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ steps:
- name: test
image: golang
commands:
- go test
- go test ./...
- name: scp
image: appleboy/drone-scp