Skip to content

Commit 9abbc19

Browse files
need to vendor in test
1 parent 1bcc3fc commit 9abbc19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## go-test: Runs Go tests across all packages
22
go-test:
3+
go work vendor
34
go build ./...
45
go test -v ./...
56

0 commit comments

Comments
 (0)