Skip to content

Commit 2d319cf

Browse files
committed
refactor: use src dir structure for clarity
1 parent d4317b7 commit 2d319cf

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/codspeed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
env:
2727
PYTHON_GIL: ${{ matrix.gil }}
2828
with:
29-
runner-version: 3.1.0-beta.3
30-
run: uv run pytest --codspeed --codspeed-max-time 10 -vs tests.py
29+
run: uv run pytest --codspeed --codspeed-max-time 10 -vs src/tests.py
30+
runner-version: 3.1.0
3131
token: ${{ secrets.CODSPEED_TOKEN }}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)