Skip to content

Commit

Permalink
add timeouts to every job
Browse files Browse the repository at this point in the history
  • Loading branch information
kings177 authored Mar 20, 2024
1 parent d2d954b commit 94b178f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: dsherret/rust-toolchain-file@v1
Expand Down Expand Up @@ -40,6 +41,7 @@ jobs:
- run: cargo test --release --features _fuzz --test fuzz
fmt:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: dsherret/rust-toolchain-file@v1
Expand All @@ -62,6 +64,7 @@ jobs:
- run: cargo bench
cspell:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@v5
Expand Down

0 comments on commit 94b178f

Please sign in to comment.