mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-10 13:53:40 +00:00
Enable the race detector and soft fail tests
This commit is contained in:
parent
bff60953f3
commit
7f0a40c3a4
1 changed files with 4 additions and 2 deletions
|
@ -35,15 +35,17 @@ steps:
|
||||||
limit: 3
|
limit: 3
|
||||||
|
|
||||||
- command:
|
- command:
|
||||||
- "go test ./..."
|
- "go test -race ./..."
|
||||||
label: "\U0001F9EA Unit tests / :go: 1.11"
|
label: "\U0001F9EA Unit tests / :go: 1.11"
|
||||||
plugins:
|
plugins:
|
||||||
- docker#v3.0.1:
|
- docker#v3.0.1:
|
||||||
image: "golang:1.11"
|
image: "golang:1.11"
|
||||||
|
soft_fail: true
|
||||||
|
|
||||||
- command:
|
- command:
|
||||||
- "go test ./..."
|
- "go test -race ./..."
|
||||||
label: "\U0001F9EA Unit tests / :go: 1.12"
|
label: "\U0001F9EA Unit tests / :go: 1.12"
|
||||||
plugins:
|
plugins:
|
||||||
- docker#v3.0.1:
|
- docker#v3.0.1:
|
||||||
image: "golang:1.12"
|
image: "golang:1.12"
|
||||||
|
soft_fail: true
|
||||||
|
|
Loading…
Reference in a new issue