diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 9d755a24..6700bd5d 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -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