Skip to content

Commit 9477167

Browse files
committed
πŸ‘¨πŸ»β€πŸ”¬ add pytest
1 parent abe3bd2 commit 9477167

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

β€Ž.github/workflows/pre-commit.ymlβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
with:
1212
python-version: 3.9
1313
- name: Install pre-commit
14-
run: pip install pre-commit
14+
run: pip install pre-commit pytest
1515
- name: Run pre-commit
1616
run: pre-commit run --all-files
17+
- name: Run tests
18+
run: pytest

0 commit comments

Comments
Β (0)