Skip to content

Commit 624950d

Browse files
author
Peter Braun
committed
cicd fix test path
1 parent 413bfa8 commit 624950d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Run Tests
5454
run: |
55-
uv run pytest test/ -v
55+
uv run pytest tests/ -v
5656
5757
5858
build:

0 commit comments

Comments
 (0)