Explorar o código

chore(Makefile): do not cache tests

Mustafa Arici %!s(int64=5) %!d(string=hai) anos
pai
achega
70621b0d23
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -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