diff --git a/pyproject.toml b/pyproject.toml
index 78ff6e91f75bc1ea55ee265f3528d73c7ed6fa04..36cc1e90704696ced1585784e26c3b45e86e2985 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -39,6 +39,8 @@ write_to = "aidge_backend_cpu/_version.py"
 # CIBUILDWHEEL
 [tool.cibuildwheel]
 build-frontend = "build"
+test-requires = "pytest"
+test-command = "pytest {project}/aidge_backend_cpu/unit_tests"
 # uncomment to run cibuildwheel locally on selected distros
 # build=[
 #     "cp38-manylinux_x86_64",