Skip to content

Commit 8c114d1

Browse files
committed
Update CI
1 parent db982ab commit 8c114d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install project + test deps
4343
run: pip install ".[dev]" pytest pytest-cov
4444
- name: Run tests with coverage
45-
run: pytest
45+
run: pytest ./
4646
- name: Upload coverage to Codecov
4747
uses: codecov/codecov-action@v4
4848
with:

0 commit comments

Comments
 (0)