aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 42d4983..d5c3706 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,6 @@ tags:
integration-test:
python3 -m unittest discover -s tests/integration
-test: integration-test
+test: all integration-test
check: check-pylint check-format check-mypy test