Skip to content

Commit

Permalink
e2e tests only require gvproxy binary
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumerose committed Sep 16, 2021
1 parent 422bea2 commit 74b2a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ cross:
GOOS=linux go build $(LDFLAGS) -o bin/gvproxy-linux ./cmd/gvproxy

.PHONY: test
test: build
test: gvproxy
go test -v ./test

0 comments on commit 74b2a17

Please sign in to comment.