Skip to content

Commit

Permalink
debug: Run all python test suite with verbosity
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>
  • Loading branch information
jjerphan committed Nov 21, 2024
1 parent 0346d23 commit 396ab9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unix_impl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 396ab9e

Please sign in to comment.