Skip to content

Commit

Permalink
chore: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bandoche committed Dec 21, 2024
1 parent f681411 commit 90e5a02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ jobs:
flake8 --ignore=E501 --exclude=__init__.py .
- name: Test and coverage
run: |
python -m pip install .
pushd /tmp && python -c 'import pypinksign' && popd
coverage run -m pypinksign.test_pinkSign

0 comments on commit 90e5a02

Please sign in to comment.