Skip to content

Commit

Permalink
tests: add GOTESTFLAGS to test-integration Makefile target (#1462)
Browse files Browse the repository at this point in the history
Co-authored-by: Prashansa Kulshrestha <prashkulshrestha@gmail.com>
  • Loading branch information
pmalek and Prashansa-K authored Dec 12, 2024
1 parent 9c2f736 commit 9c52126
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ setup-kong-ee:
test-integration:
go test -v -count=1 -tags=integration \
-race \
$(GOTESTFLAGS) \
./tests/integration/...

.PHONY: clean
Expand Down

0 comments on commit 9c52126

Please sign in to comment.