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: build:
image: golang image: golang
commands: commands:
- go build - go build main.go
- go test - go test -v ./...