Skip to content

Commit

Permalink
chore(Makefile): do not cache tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cad committed Mar 20, 2020
1 parent 46ceb3c commit 70621b0
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 @@ -17,7 +17,7 @@ development-deps:
pacman -Sy yarn

test:
go test -race -coverprofile=coverage.txt -covermode=atomic .
go test -count=1 -race -coverprofile=coverage.txt -covermode=atomic .

proto:
protoc -I api/pb/ -I$(shell go env GOPATH)/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis api/pb/user.proto api/pb/vpn.proto api/pb/network.proto api/pb/auth.proto --go_out=plugins=grpc:api/pb
Expand Down

0 comments on commit 70621b0

Please sign in to comment.