Set stricter timeouts to deal with hanging tasks

Example: https://github.com/phil-opp/blog_os/runs/218474634
This commit is contained in:
Philipp Oppermann
2019-09-11 10:32:51 +02:00
parent 70373be738
commit 8c71d77e58

View File

@@ -24,6 +24,7 @@ jobs:
]
runs-on: ${{ matrix.platform }}
timeout-minutes: 15
steps:
- name: "Checkout Repository"
@@ -62,6 +63,7 @@ jobs:
check_formatting:
name: "Check Formatting"
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- uses: actions/checkout@v1
- run: rustup component add rustfmt