mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-05-21 22:33:38 +02:00
Remove go list - no longer needed
This commit is contained in:
parent
8519e7ccae
commit
3f2d21dde9
2
Makefile
2
Makefile
@ -75,7 +75,7 @@ docker-push-all: docker-push
|
||||
|
||||
.PHONY: test
|
||||
test: dep lint
|
||||
$(GO) test -v -race $(go list ./... | grep -v /vendor/)
|
||||
$(GO) test -v -race ./...
|
||||
|
||||
.PHONY: release
|
||||
release: lint test
|
||||
|
Loading…
x
Reference in New Issue
Block a user