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 1bcc3fc commit 9abbc19Copy full SHA for 9abbc19
Makefile
@@ -1,5 +1,6 @@
1
## go-test: Runs Go tests across all packages
2
go-test:
3
+ go work vendor
4
go build ./...
5
go test -v ./...
6
0 commit comments