Skip to content

Commit a713f89

Browse files
committed
Run tests in workflow
1 parent 15b56d5 commit a713f89

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip hatchling
26-
pip install .
26+
pip install ".[test]"
2727
- name: Lint with ruff
2828
run: |
2929
pip install ruff
3030
ruff check .
31+
- name: Test with pytest
32+
run: |
33+
pytest tests/

0 commit comments

Comments
 (0)