mirror of
https://github.com/mudler/luet.git
synced 2025-08-07 02:14:02 +00:00
🔧 ci: disable -race on tests
Seems race conditions are triggered from the go-containerregistry underlying library.
This commit is contained in:
parent
57eedf8e7e
commit
f7357a60a6
4
Makefile
4
Makefile
@ -19,7 +19,7 @@ fmt:
|
|||||||
test:
|
test:
|
||||||
GO111MODULE=off go get github.com/onsi/ginkgo/ginkgo
|
GO111MODULE=off go get github.com/onsi/ginkgo/ginkgo
|
||||||
GO111MODULE=off go get github.com/onsi/gomega/...
|
GO111MODULE=off go get github.com/onsi/gomega/...
|
||||||
ginkgo -race -r -flakeAttempts 3 ./...
|
ginkgo -r -flakeAttempts 3 ./...
|
||||||
|
|
||||||
.PHONY: test-integration
|
.PHONY: test-integration
|
||||||
test-integration:
|
test-integration:
|
||||||
@ -27,7 +27,7 @@ test-integration:
|
|||||||
|
|
||||||
.PHONY: coverage
|
.PHONY: coverage
|
||||||
coverage:
|
coverage:
|
||||||
go test ./... -race -coverprofile=coverage.txt -covermode=atomic
|
go test ./... -coverprofile=coverage.txt -covermode=atomic
|
||||||
|
|
||||||
.PHONY: test-coverage
|
.PHONY: test-coverage
|
||||||
test-coverage:
|
test-coverage:
|
||||||
|
Loading…
Reference in New Issue
Block a user