enable tracing for tests

This commit is contained in:
Krasimir Angelov
2026-09-09 15:32:27 +02:00
parent adace7e5e8
commit 8dea8193e2
+1 -1
View File
@@ -97,7 +97,7 @@ jobs:
env: env:
CIBW_BEFORE_BUILD: cp -r lib/* /usr/lib/ && cp -r include/* /usr/include/ CIBW_BEFORE_BUILD: cp -r lib/* /usr/lib/ && cp -r include/* /usr/include/
CIBW_TEST_REQUIRES: pytest CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest {project}/src/runtime/python" CIBW_TEST_COMMAND: "pytest --full-trace {project}/src/runtime/python"
CIBW_SKIP: "pp* *i686 *musllinux_x86_64" CIBW_SKIP: "pp* *i686 *musllinux_x86_64"
run: | run: |
python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse