Remove "AZURE*" copy pasta

This commit is contained in:
Brian Goff
2019-06-17 11:33:52 -07:00
committed by GitHub
parent 34c355d3fa
commit 0d635b423d

View File

@@ -14,7 +14,7 @@ clean:
.PHONY: test
test:
@echo running tests
@AZURE_AUTH_LOCATION=$(TEST_CREDENTIALS_JSON) LOG_ANALYTICS_AUTH_LOCATION=$(TEST_LOGANALYTICS_JSON) go test -v ./...
go test -v ./...
.PHONY: vet
vet: