We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2cd9de commit f57a7cbCopy full SHA for f57a7cb
Makefile
@@ -35,6 +35,8 @@ test:
35
$(GO) test -race $(PKGS)
36
37
test-e2e:
38
+ $(GO) mod download
39
+ $(GO) mod verify
40
$(GO) test -race -tags=e2e $(E2E_PKGS)
41
42
cover:
0 commit comments