mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-04 02: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
|
||||
|
||||
- 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
|
||||
|
|
Loading…
Reference in a new issue