Skip to content

Commit

Permalink
Fix typo in the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cderici committed Jan 25, 2024
1 parent aef8c57 commit c6af97a
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 @@ -24,7 +24,7 @@ run-unit-tests: lint .tox
tox -e py3

.PHONY: run-integration-tests
run-unit-tests: lint .tox
run-integration-tests: lint .tox
tox -e integration

.PHONY: run-all-tests
Expand Down

0 comments on commit c6af97a

Please sign in to comment.