diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15ca894..e8ffe1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,6 +59,7 @@ jobs: cargo sqlx prepare --check - name: Test (default features) + timeout-minutes: 6 run: cargo test - name: Build (default features)