Skip to content

Commit ca8035d

Browse files
committed
Change how run tests in python tests
1 parent 360c5d4 commit ca8035d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-tests-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
working-directory: ${{ inputs.working-directory }}
6767
run: |
6868
if [[ -s Makefile ]]; then
69-
make tests
69+
make test
7070
elif [[ -s uv.lock ]]; then
7171
uv run pytest
7272
else

0 commit comments

Comments
 (0)