Skip to content

Commit

Permalink
Merge pull request #646 from mkroening/ci-timeout
Browse files Browse the repository at this point in the history
ci: add timeout for running images
  • Loading branch information
mkroening authored Feb 19, 2024
2 parents c09d3ef + c782be0 commit 63f9497
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63f9497

Please sign in to comment.