Skip to content

Commit

Permalink
Makefile: Fix phony target docker-test-all
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryDiv committed May 13, 2024
1 parent 1459630 commit 3880aac
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 @@ -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
Expand Down

0 comments on commit 3880aac

Please sign in to comment.