build: test runs build, so just test [ci skip]

This commit is contained in:
decentral1se 2023-10-01 10:52:27 +02:00
parent 69539dd9a9
commit c453bd831c
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 0 additions and 5 deletions

View File

@ -7,11 +7,6 @@ steps:
commands:
- make check
- name: make build
image: golang:1.21
commands:
- make build
- name: make test
image: golang:1.21
commands: