From c782be098d2f6b0c1de1d50529adfe8399f26c3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Mon, 19 Feb 2024 22:52:49 +0100 Subject: [PATCH] ci: add timeout for running images MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Kröning --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2b6920f..c7b4bc82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,9 @@ jobs: - run: git lfs checkout - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 + - run: cargo build - name: Run images + timeout-minutes: 1 run: | cargo run -- -v data/x86_64/hello_world cargo run -- -v benches_data/rusty_demo