From d2d954bafb77a60d5a3159093aead1a7a578c302 Mon Sep 17 00:00:00 2001 From: Yan Mendes <53550620+kings177@users.noreply.github.com> Date: Wed, 20 Mar 2024 13:53:53 -0300 Subject: [PATCH] add timeouts to CI jobs --- .github/workflows/checks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 856b5229..a72cb18e 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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 @@ -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