Skip to content

Commit

Permalink
quality-checks.yml: Let'see
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyfuture committed Sep 23, 2024
1 parent 8c56f2e commit 180c61a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 180c61a

Please sign in to comment.