Skip to content

Commit

Permalink
ci: test running setup.py clean
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Drung <bdrung@posteo.de>
  • Loading branch information
bdrung committed Feb 29, 2024
1 parent b0654d7 commit c96fb46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
run: python3 -m coverage run --branch setup.py build
- name: Run install
run: python3 -m coverage run -a --branch setup.py install
- name: Run clean
run: python3 -m coverage run -a --branch setup.py clean
- name: Coverage report
run: python3 -m coverage xml
- name: Install dependencies for Codecov
Expand Down

0 comments on commit c96fb46

Please sign in to comment.