Skip to content

Commit

Permalink
Update make test command
Browse files Browse the repository at this point in the history
Signed-off-by: Ukjae Jeong <[email protected]>
  • Loading branch information
jeongukjae committed Nov 5, 2024
1 parent b916faf commit f357ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ lint: ## Run a `lint` process on Hera and report problems

.PHONY: test
test: ## Run tests for Hera
@poetry run python -m pytest --cov-report=term-missing --cov=hera -m "not on_cluster" -k "not typehints"
@poetry run python -m pytest --cov-report=term-missing -m "not on_cluster" -k "not typehints"

.PHONY: test-type-hints
test-type-hints: ## Run type hint tests for Hera
@poetry run python -m pytest -k "typehints"
@poetry run python -m pytest --cov-append -k "typehints"

.PHONY: workflows-models
workflows-models: ## Generate the Workflows models portion of Argo Workflows
Expand Down

0 comments on commit f357ce1

Please sign in to comment.