Added timeout to workflows

This commit is contained in:
Cian Hughes
2024-11-14 18:34:18 +00:00
parent 129c6772be
commit 5d57ccbe86
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ jobs:
name: Build rust library for ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
strategy:
matrix:
os: [ubuntu-latest, windows-latest]