Skip to content

Commit 76d7cfc

Browse files
committed
fix: change CI to use test scripts
1 parent b755bca commit 76d7cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python-version: ${{ matrix.python-version }}
3636

3737
- name: Run Tests
38-
run: uv run pytest --cov=./ --cov-report=xml --cov-report=html -vv
38+
run: uv run tests
3939

4040
- name: Upload coverage to Coveralls
4141
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)