Skip to content

Commit bb44d83

Browse files
committed
ci: Add a timeout for all jobs
1 parent aff3689 commit bb44d83

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
test:
1515
name: Test
1616
runs-on: ${{ matrix.os }}
17+
timeout-minutes: 20
1718
strategy:
1819
matrix:
1920
build: [stable, beta, nightly]
@@ -37,6 +38,7 @@ jobs:
3738
rustfmt:
3839
name: Rustfmt
3940
runs-on: ubuntu-latest
41+
timeout-minutes: 10
4042
steps:
4143
- uses: actions/checkout@v3
4244
- name: Install Rust

0 commit comments

Comments
 (0)