chore(ci): Add timeouts to ci jobs (#3968)

Signed-off-by: Joshua Potts <8704475+iamjpotts@users.noreply.github.com>
This commit is contained in:
iamjpotts
2025-08-15 18:01:13 -04:00
committed by GitHub
parent 129e3351ae
commit 52e59e6b94
3 changed files with 21 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ jobs:
check:
name: Check
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
@@ -47,6 +48,8 @@ jobs:
- macOS-13
- macOS-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
@@ -70,6 +73,7 @@ jobs:
MYSQL_ROOT_PASSWORD: password
env:
BASE_URL: mysql://root:password@localhost
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
@@ -149,6 +153,7 @@ jobs:
POSTGRES_PASSWORD: password
env:
BASE_URL: postgres://postgres:password@localhost
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
@@ -220,6 +225,7 @@ jobs:
runs-on: ubuntu-latest
env:
BASE_URL: sqlite://.
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
@@ -313,6 +319,8 @@ jobs:
target: aarch64-apple-darwin
bin: target/debug/cargo-sqlx
timeout-minutes: 30
steps:
- uses: actions/checkout@v4