Skip to content

Commit da9c3ab

Browse files
committed
ci: fix broken assumption about pytest testpaths config
1 parent ca068b7 commit da9c3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
# installed package rather than the local directory
167167
mkdir build
168168
cd build
169-
pytest -c ../pyproject.toml
169+
pytest -c ../pyproject.toml ../tests
170170
171171
- name: Upload test reports
172172
if: always()

0 commit comments

Comments
 (0)