Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit df24a3f

Browse files
committed
add logging and timeout to pytest run
1 parent decf088 commit df24a3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
DRPC_KEY: ${{ secrets.DRPC_KEY }}
2929
GRAPH_API_KEY: ${{ secrets.GRAPH_API_KEY }}
3030
run: |
31-
pytest
31+
pytest --vv -s --tb=short --timeout=300

0 commit comments

Comments
 (0)