Commit b5ce4106 authored by Cristian Maglie's avatar Cristian Maglie

Added verbosity to tests

parent cffc6b30
...@@ -7,5 +7,5 @@ pipeline: ...@@ -7,5 +7,5 @@ pipeline:
image: golang:latest image: golang:latest
commands: commands:
- go build - go build
- go test ./... -race - go test -v ./... -race
secrets: [TEST_USERNAME, TEST_PASSWORD] secrets: [TEST_USERNAME, TEST_PASSWORD]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment