1
0
Fork 0

Restart build job

This commit is contained in:
Lauris BH 2022-07-27 00:20:25 +03:00
parent a3a8f082c2
commit 6f28e5ea4b
No known key found for this signature in database
GPG Key ID: DFDE60A0093EB926

View File

@ -7,7 +7,7 @@ steps:
- name: test
image: golang:1.18
commands:
- go test
- go test ./...
- name: build
image: golang:1.18