Skip to content

Commit

Permalink
Run test-cmd as part of test
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Nov 2, 2023
1 parent 5766162 commit 929dbe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ docs: tasks ## Render documentation for tasks.

##@ Testing

test: test-e2e ## Run complete testsuite.
test: test-cmd test-e2e ## Run complete testsuite.
.PHONY: test

test-cmd: ## Run testsuite of commands.
Expand Down

0 comments on commit 929dbe6

Please sign in to comment.