From c6af97a0dc74120333d0ae033bb0103fe3134476 Mon Sep 17 00:00:00 2001 From: Caner Derici Date: Thu, 25 Jan 2024 08:54:08 -0700 Subject: [PATCH] Fix typo in the makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e3d141e1..c2c25a30 100644 --- a/Makefile +++ b/Makefile @@ -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