diff --git a/pyproject.toml b/pyproject.toml
index c3b36456b048fb30ca17207d88b3d91d111e740e..ba6fb18c9b1f030eed5576730a090d7f5f6d5906 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -38,8 +38,16 @@ write_to = "aidge_backend_opencv/_version.py"
 #####################################################
 # CIBUILDWHEEL
 [tool.cibuildwheel]
-build=["cp38-manylinux_x86_64"] # , "cp39-manylinux_x86_64","cp310-manylinux_x86_64"]
 build-frontend = "build"
+test-requires = "pytest"
+test-command = "pytest {package}/aidge_backend_opencv/unit_tests"
+# uncomment to run cibuildwheel locally on selected distros
+# build=[
+#     "cp38-manylinux_x86_64",
+#     "cp39-manylinux_x86_64",
+#     "cp310-manylinux_x86_64"
+# ]
+
 ### AIDGE DEPENDENCIES DECLARATION
 # aidge_core do not rely on any aidge dependency, hence this string is empty
 [tool.cibuildwheel.linux.environment]