Skip to content

Commit 285ea71

Browse files
committed
add a test timeout
1 parent ab67b72 commit 285ea71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
if: failure()
5656
run: docker compose logs ${{ matrix.database }}
5757
- name: Run tests against ${{ matrix.database }}
58+
timeout-minutes: 2
5859
run: cargo test
5960
env:
6061
DATABASE_URL: ${{ matrix.database }}://root:Password123!@127.0.0.1/sqlpage

0 commit comments

Comments
 (0)