Skip to content

Commit 45cd85a

Browse files
committed
debug: Run all python test suite with verbosity
Signed-off-by: Julien Jerphanion <[email protected]>
1 parent 0346d23 commit 45cd85a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/unix_impl.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,7 @@ jobs:
162162
run: |
163163
export TEST_MAMBA_EXE=$(pwd)/build/micromamba/mamba
164164
unset CONDARC # Interferes with tests
165-
python -m pytest micromamba/tests/ \
166-
${{ runner.debug == 'true' && '-v --capture=tee-sys' || '--exitfirst' }}
165+
python -m pytest micromamba/tests/ -vvv --capture=tee-sys
167166
168167
verify_pkg_tests:
169168
name: mamba-content-trust tests

0 commit comments

Comments
 (0)