diff --git a/Makefile b/Makefile index 531c03caf..f556180b5 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ LDFLAGS= .PHONY: test test: - go test -exec sudo -race -v ./... + go test -exec "sudo -E" -race -v ./... $(MAKE) test-e2e cargo test --workspace --all-features diff --git a/client/doublezerod/Makefile b/client/doublezerod/Makefile index e62fe798b..2b0000b55 100644 --- a/client/doublezerod/Makefile +++ b/client/doublezerod/Makefile @@ -4,7 +4,7 @@ LDFLAGS=-ldflags "-X=$(PREFIX)/build.Build=$(BUILD)" .PHONY: test test: - go test -exec sudo -race -v ./... + go test -exec "sudo -E" -race -v ./... $(MAKE) test-e2e .PHONY: test-e2e