build: dont test/build if check fails
continuous-integration/drone/push Build is failing Details

Save cycles for small mistakes.
This commit is contained in:
decentral1se 2023-02-08 11:13:20 +01:00
parent 91102e6607
commit 21a86731d0
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 4 additions and 0 deletions

View File

@ -11,11 +11,15 @@ steps:
image: golang:1.20
commands:
- make build
depends_on:
- make check
- name: make test
image: golang:1.20
commands:
- make test
depends_on:
- make check
- name: fetch
image: docker:git