Skip to content

Commit

Permalink
add timeouts to CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
kings177 authored Mar 20, 2024
1 parent 09a3791 commit d2d954b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- run: RUSTFLAGS="-D warnings" cargo check --all-targets --features _fuzz
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: dsherret/rust-toolchain-file@v1
Expand All @@ -47,6 +48,7 @@ jobs:
- run: cargo fmt --check
bench:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: dsherret/rust-toolchain-file@v1
Expand Down

0 comments on commit d2d954b

Please sign in to comment.