Skip to content

Commit

Permalink
feat(Makefile): add nilaway target
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Nov 18, 2023
1 parent 262f756 commit 71b132f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ docs: ## Generate documentation
lint: ## Run golangci-lint
golangci-lint run --verbose

nilaway: ## Run nilaway
@nilaway ./...

testacc: ## Run acceptance tests
TF_ACC=1 $(TEST_COMMAND) ./... -v $(TESTARGS) -timeout 120m

Expand Down

0 comments on commit 71b132f

Please sign in to comment.