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
TF_ACC=1 go test ./... -v $(TESTARGS) -timeout 120m
.PHONY: generate
generate:
go generate ./... && \
go run github.com/google/addlicense -c "Circle Internet Group, Inc. All rights reserved." -l "apache" -v -s `find . -name "*.go" -type f -print0 | xargs -0`