Skip to content

Commit a904520

Browse files
committed
fix: path of tests in workflow
1 parent fa19359 commit a904520

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
3535
- name: Run unit tests (no hardware)
3636
run: |
37-
python -m unittest discover -s Tests/unit -p "test_*.py"
37+
python -m unittest discover -s Tests -p "test_*.py"

0 commit comments

Comments
 (0)