Skip to content

Commit cba3cac

Browse files
committed
ci: fix tests path
1 parent 886d3ac commit cba3cac

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
@@ -40,4 +40,4 @@ jobs:
4040
4141
- name: Run tests
4242
run: |
43-
pytest tests/ -v
43+
cd time_based_storage && pytest tests/ -v

0 commit comments

Comments
 (0)