Skip to content

Commit

Permalink
fix(ci): introduce GitHub Actions run-time limits for API test step: 6m
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Jan 25, 2025
1 parent 342b40c commit 22896a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
cargo sqlx prepare --check
- name: Test (default features)
timeout-minutes: 6
run: cargo test

- name: Build (default features)
Expand Down

0 comments on commit 22896a9

Please sign in to comment.