Skip to content

Commit

Permalink
ci: verbose output for make test-load (#2481)
Browse files Browse the repository at this point in the history
ci: make test-load verbose output
  • Loading branch information
jpayne3506 authored Jan 11, 2024
1 parent 27bc059 commit 9de8b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -785,9 +785,9 @@ test-integration: ## run all integration tests.

test-load: ## run all load tests
AZURE_IPAM_VERSION=$(AZURE_IPAM_VERSION) \
CNI_VERSION=$(CNI_VERSION)
CNI_VERSION=$(CNI_VERSION)
CNS_VERSION=$(CNS_VERSION) \
go test -timeout 30m -race -tags=load ./test/integration/load...
go test -timeout 30m -race -tags=load ./test/integration/load... -v

test-validate-state:
cd test/integration/load && go test -mod=readonly -count=1 -timeout 30m -tags load -run ^TestValidateState
Expand Down

0 comments on commit 9de8b5e

Please sign in to comment.