diff --git a/.github/workflows/quality-checks.yml b/.github/workflows/quality-checks.yml index 74bdc287..8f6d9b3e 100644 --- a/.github/workflows/quality-checks.yml +++ b/.github/workflows/quality-checks.yml @@ -57,6 +57,7 @@ jobs: - run: | test "$(find dist -name 'delb-*.whl' | wc -l)" -eq 1 ln -s dist/delb-*.whl delb.whl + ls -l just pytest other-quality-checks: diff --git a/Justfile b/Justfile index e48b1a1c..c04cae82 100644 --- a/Justfile +++ b/Justfile @@ -36,7 +36,8 @@ mypy: # run the complete testsuite pytest: - hatch run unit-tests{{ci-suffix}}:check + # TODO remove verbosity flags + hatch -vvv run unit-tests{{ci-suffix}}:check # release the current version on github & the PyPI release: tests