From 3880aac3b648f358ba66c16b6fd06b273537ce2c Mon Sep 17 00:00:00 2001 From: Lexi Stelter Date: Mon, 13 May 2024 15:14:35 +0200 Subject: [PATCH] Makefile: Fix phony target docker-test-all --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d54c2a..285252c 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ docker-test-py38: TOX_ARGS="-e clean,py38,py38-report" docker-test-py38: docker-tox # Run all tox test suites, but separately to check code coverage individually -.PHONY: docker-tox-all +.PHONY: docker-test-all docker-test-all: make docker-test-py38 make docker-test-py39