test: skip build step, test will do it

This commit is contained in:
decentral1se 2023-10-04 14:36:59 +02:00
parent e837835e00
commit ab6107610c
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 0 additions and 8 deletions

View File

@ -7,13 +7,6 @@ steps:
commands:
- make check
- name: make build
image: golang:1.21
commands:
- make build
depends_on:
- make check
- name: make test
image: golang:1.21
environment:
@ -29,7 +22,6 @@ steps:
- git fetch --tags
depends_on:
- make check
- make build
- make test
when:
event: tag