Skip to content

Commit

Permalink
Merge pull request #69 from ferrous-systems/timeout
Browse files Browse the repository at this point in the history
ci: set a 10 minute timeout
  • Loading branch information
jonas-schievink authored Aug 5, 2020
2 parents 1727e7b + ae1f110 commit e80c620
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
#- windows-latest
# FIXME: Reenable macOS, Windows, and nightly once binfmt is open-sourced.
runs-on: ${{ matrix.os }}
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit e80c620

Please sign in to comment.