We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab67b72 commit 285ea71Copy full SHA for 285ea71
.github/workflows/ci.yml
@@ -55,6 +55,7 @@ jobs:
55
if: failure()
56
run: docker compose logs ${{ matrix.database }}
57
- name: Run tests against ${{ matrix.database }}
58
+ timeout-minutes: 2
59
run: cargo test
60
env:
61
DATABASE_URL: ${{ matrix.database }}://root:[email protected]/sqlpage
0 commit comments