From 45cd85ae0127cdfe8d8cabc120c45bb03b7bd881 Mon Sep 17 00:00:00 2001 From: Julien Jerphanion Date: Thu, 21 Nov 2024 18:23:49 +0100 Subject: [PATCH] debug: Run all python test suite with verbosity Signed-off-by: Julien Jerphanion --- .github/workflows/unix_impl.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/unix_impl.yml b/.github/workflows/unix_impl.yml index d152ada956..5369d57da0 100644 --- a/.github/workflows/unix_impl.yml +++ b/.github/workflows/unix_impl.yml @@ -162,8 +162,7 @@ jobs: run: | export TEST_MAMBA_EXE=$(pwd)/build/micromamba/mamba unset CONDARC # Interferes with tests - python -m pytest micromamba/tests/ \ - ${{ runner.debug == 'true' && '-v --capture=tee-sys' || '--exitfirst' }} + python -m pytest micromamba/tests/ -vvv --capture=tee-sys verify_pkg_tests: name: mamba-content-trust tests