Update build step

This commit is contained in:
Torjus Håkestad 2022-01-03 19:43:36 +01:00
parent 4aa409e159
commit a171fea9f2

View File

@ -2,5 +2,5 @@ pipeline:
build:
image: golang
commands:
- go build
- go test
- go build main.go
- go test -v ./...