1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-07-03 01:07:02 +02:00

Remove go list - no longer needed

This commit is contained in:
Phil Taprogge
2019-05-07 10:35:30 +01:00
parent 8519e7ccae
commit 3f2d21dde9

View File

@ -75,7 +75,7 @@ docker-push-all: docker-push
.PHONY: test .PHONY: test
test: dep lint test: dep lint
$(GO) test -v -race $(go list ./... | grep -v /vendor/) $(GO) test -v -race ./...
.PHONY: release .PHONY: release
release: lint test release: lint test