Skip to content

Commit

Permalink
test: list files before running tox, run verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
martibosch committed Dec 2, 2024
1 parent 07fbd3f commit 58f512c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ jobs:
tox
tox-gh
- name: list all files
run: ls -R pylandstats

- name: run tests suite
run: tox
run: tox -vv
env:
TOX_GH_MAJOR_MINOR: ${{ matrix.python-version }}
CONDA_EXE: mamba
Expand Down

0 comments on commit 58f512c

Please sign in to comment.