diff --git a/Makefile b/Makefile index 249a49a5..471e4dae 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ docs: ## build HTML documentation make -C docs html test/docs: ## check links in Sphinx documentation - make -C docs linkcheck + make -C docs test/%: ## run tests against a stack @TEST_IMAGE="$(OWNER)/$(notdir $@)" pytest test