Skip to content

Commit

Permalink
Add Pytest to the Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawson R committed Sep 12, 2024
1 parent d8dd9fe commit 7a59f57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ jobs:

- name: Lint with Black
run: poetry run black --check click_pendulum/ tests/

- name: Test with Pytest
run: poetry run pytest

0 comments on commit 7a59f57

Please sign in to comment.