Skip to content

Commit e0dacc6

Browse files
committed
build: add pytest to yml file
1 parent 5dcf44f commit e0dacc6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- name: Install the project
3535
run: uv sync --all-extras --dev
3636

37+
- name: Run tests
38+
run: uv run pytest tests
39+
3740
- name: Set up Python ${{ matrix.python-version }}
3841
uses: actions/setup-python@v3
3942
with:

0 commit comments

Comments
 (0)