Enable the race detector and soft fail tests

This commit is contained in:
Andrew Morgan 2019-07-17 15:02:04 +01:00
parent bff60953f3
commit 7f0a40c3a4

View file

@ -35,15 +35,17 @@ steps:
limit: 3
- command:
- "go test ./..."
- "go test -race ./..."
label: "\U0001F9EA Unit tests / :go: 1.11"
plugins:
- docker#v3.0.1:
image: "golang:1.11"
soft_fail: true
- command:
- "go test ./..."
- "go test -race ./..."
label: "\U0001F9EA Unit tests / :go: 1.12"
plugins:
- docker#v3.0.1:
image: "golang:1.12"
soft_fail: true