fix cammel case usage
Signed-off-by: Fabiano Graças <fabiano.gracas@faro.com>
This commit is contained in:
parent
10787dedaf
commit
562f0f0e6b
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -22,7 +22,7 @@ build: build-common ## - build a debug binary to the current platform (windows,
|
||||||
|
|
||||||
.PHONY: format-check
|
.PHONY: format-check
|
||||||
format-check: ## - check files format using gofmt
|
format-check: ## - check files format using gofmt
|
||||||
@ ./_support/scripts/ci.sh fmtcheck
|
@ ./_support/scripts/ci.sh fmtCheck
|
||||||
|
|
||||||
.PHONY: format-check
|
.PHONY: format-check
|
||||||
format: ## - apply golang file format using gofmt
|
format: ## - apply golang file format using gofmt
|
||||||
|
|
@ -30,7 +30,7 @@ format: ## - apply golang file format using gofmt
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test: build-common ## - execute go test command for unit and mocked tests
|
test: build-common ## - execute go test command for unit and mocked tests
|
||||||
@ ./_support/scripts/ci.sh unittest
|
@ ./_support/scripts/ci.sh unitTest
|
||||||
|
|
||||||
.PHONY: integration-test
|
.PHONY: integration-test
|
||||||
integration-test: ## - execute go test command for integration tests (aws credentials needed)
|
integration-test: ## - execute go test command for integration tests (aws credentials needed)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue