Skip to content

Commit

Permalink
Merge branch 'main' into input.only.literal.types
Browse files Browse the repository at this point in the history
  • Loading branch information
alicederyn authored Nov 6, 2024
2 parents dbb4a66 + 52670c4 commit 3c11a14
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 @@ -48,7 +48,7 @@ test: ## Run tests for Hera

.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 3c11a14

Please sign in to comment.