add test step
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Владимир Фёдоров 2023-03-18 14:39:02 +07:00
parent e24c6813a7
commit e3d2ba38a8

View File

@ -6,9 +6,13 @@ steps:
- name: build
image: golang
commands:
- go test
- go build -o valera_tg_bot main.go
- name: test
image: golang
commands:
- go test
- name: scp
image: appleboy/drone-scp
settings: