add test step
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Владимир Фёдоров 2023-03-18 14:39:02 +07:00
parent e24c6813a7
commit e3d2ba38a8
1 changed files with 5 additions and 1 deletions

View File

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