You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go test -coverprofile coverage/coverage.out $(shell go list ./... | grep -v /vendor/) -p 1
go test -race -coverprofile coverage/coverage_race.out $(shell go list ./... | grep -v /vendor/) -run "TestAutoRefreshTokenProviderTestSuite|TestManualRefreshTokenProviderTestSuite" -p 1