diff --git a/pyproject.toml b/pyproject.toml index 5f28d72..6f63212 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,8 +55,8 @@ where = ["src"] [tool.cibuildwheel] skip = "pp*" -before-test = "cd {package}/tests" test-command = [ + "cd {package}/tests", "python uvad_test.py", "python test_demo.py" ] \ No newline at end of file