Skip to content

Commit

Permalink
Add a new make target "test" to run all of our tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jgiannuzzi committed Nov 4, 2023
1 parent baa0c33 commit a815ec0
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 @@ -130,6 +130,9 @@ python-lint: python-env ## check python code formatting.
#
# Tests targets.
#
.PHONY: test
test: test-go-unit service-test test-python-integration ## run all the tests.

.PHONY: test-go-unit
test-go-unit: ## run go unit tests.
@echo ">>> Running unit tests."
Expand Down

0 comments on commit a815ec0

Please sign in to comment.