Run Go tests with -tags dedupelabels
Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
This commit is contained in:
parent
0347148628
commit
c8c28efcb3
|
@ -19,6 +19,7 @@ jobs:
|
||||||
- run: make GO_ONLY=1 SKIP_GOLANGCI_LINT=1
|
- run: make GO_ONLY=1 SKIP_GOLANGCI_LINT=1
|
||||||
- run: go test ./tsdb/ -test.tsdb-isolation=false
|
- run: go test ./tsdb/ -test.tsdb-isolation=false
|
||||||
- run: go test --tags=stringlabels ./...
|
- run: go test --tags=stringlabels ./...
|
||||||
|
- run: go test --tags=dedupelabels ./...
|
||||||
- run: GOARCH=386 go test ./cmd/prometheus
|
- run: GOARCH=386 go test ./cmd/prometheus
|
||||||
- run: make -C documentation/examples/remote_storage
|
- run: make -C documentation/examples/remote_storage
|
||||||
- run: make -C documentation/examples
|
- run: make -C documentation/examples
|
||||||
|
|
Loading…
Reference in New Issue