Skip to content

Commit e7920e0

Browse files
chore: update test command in CI configuration
1 parent 7834e7b commit e7920e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
enable-cache: true
5252

5353
- name: Test with python ${{ matrix.python-version }}
54-
run: uv run coverage run -m pytest tests/unit
54+
run: uv run coverage run -m pytest
5555

5656
- name: Get Test Coverage score
5757
id: total

0 commit comments

Comments
 (0)