ci: add timeout to build.yml

This will abort the run early if it gets caught in an infinite loop
during testing.
This commit is contained in:
dundargoc 2024-02-05 23:19:36 +01:00
parent 4153a1beaa
commit 9d8e31bf9f

View file

@ -16,6 +16,7 @@ jobs:
build:
name: ${{ matrix.platform }} (${{ matrix.target }}) (${{ matrix.os }})
runs-on: ${{ matrix.os }}
timeout-minutes: 40
strategy:
fail-fast: false
matrix: