Add timeout (#80)

This commit is contained in:
EncodedVenom 2024-07-14 16:05:50 -04:00 committed by GitHub
parent 1b6cdd4791
commit de5b4d4a9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,7 @@ jobs:
run: run:
name: Run Luau Tests name: Run Luau Tests
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 2
steps: steps:
- name: Checkout Project - name: Checkout Project