From 8dea8193e28c11eaf4c9ca5acb85633a64a81a86 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 9 Sep 2026 15:32:27 +0200 Subject: [PATCH] enable tracing for tests --- .github/workflows/build-majestic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index 2dd842a96..e2cf385b9 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -97,7 +97,7 @@ jobs: env: CIBW_BEFORE_BUILD: cp -r lib/* /usr/lib/ && cp -r include/* /usr/include/ 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" run: | python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse