mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-31 07:29:17 +00:00
chore(ci): Add timeouts to ci jobs (#3968)
Signed-off-by: Joshua Potts <8704475+iamjpotts@users.noreply.github.com>
This commit is contained in:
8
.github/workflows/sqlx-cli.yml
vendored
8
.github/workflows/sqlx-cli.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user