aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-08-29 04:30:44 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2021-08-29 04:30:44 +0000
commita500be604d8213553f2d3efe9b1969988cb6e402 (patch)
treebe8a87e8a9d673870bb456ee36e829a800be5fd0 /.github/workflows/ci.yml
parentGive artifacts unique name (diff)
downloadminiserve-a500be604d8213553f2d3efe9b1969988cb6e402.tar.gz
miniserve-a500be604d8213553f2d3efe9b1969988cb6e402.zip
Limit CI jobs runtime to 30 minutes
Diffstat (limited to '')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0f39ae6..457b331 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -6,6 +6,7 @@ jobs:
ci:
name: ${{ matrix.rust }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
+ timeout-minutes: 30
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]