Skip to content

Commit

Permalink
Fix test file path
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Jul 4, 2024
1 parent f504d54 commit 24e2615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: pip install ./bindings/${{ matrix.bindings }}

- name: Run tests
run: python ./bindings/${{ matrix.bindings }}/test_all.py
run: python ./bindings/${{ matrix.bindings }}/tests/test_all.py

0 comments on commit 24e2615

Please sign in to comment.