From 20fa90c1e24d142f6404445bd119f1b9c7e83560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaquier=20Aur=C3=A9lien=20Tristan?= Date: Fri, 25 Aug 2023 14:52:18 +0200 Subject: [PATCH] fix tests path and add parallel tests in wheels testing --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 419b9270..13e6c203 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,8 +67,8 @@ jobs: env: CIBW_BUILD: ${{ matrix.python }}*${{ matrix.arch }} - CIBW_TEST_REQUIRES: pytest neo[neomatlabio]>=0.5.1 - CIBW_TEST_COMMAND: pytest -sx {project}/efel/tests + CIBW_TEST_REQUIRES: pytest neo[neomatlabio]>=0.5.1 pytest-xdist>=3.3.1 + CIBW_TEST_COMMAND: pytest -sx -n auto {project}/tests CIBW_SKIP: "*-musllinux_*" steps: