Skip to content

Commit

Permalink
Update makefile to also run v2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenkai Li authored and owenrumney committed Jul 3, 2024
1 parent 216bb7a commit 658a181
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
@@ -1,7 +1,7 @@

.PHONY: test
test: vet
go test -v ./...
go test -v ./... && cd v2 && go test -v ./...

.PHONY: vet
vet:
Expand Down

0 comments on commit 658a181

Please sign in to comment.