Skip to content

Commit

Permalink
Add a timeout. Good enough to merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking committed Jun 19, 2024
1 parent 13c2c47 commit 32b3f80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: sudo apt-get install ninja-build libc++-18-dev libc++abi-18-dev

- name: Run test script
timeout-minutes: 12
run: ./test-all.sh
env:
CC: ${{ matrix.CC }}
Expand All @@ -43,6 +44,7 @@ jobs:
submodules: true

- name: Run test script
timeout-minutes: 12
run: ./test-all.ps1
test-macos:
name: Test macOS
Expand All @@ -59,4 +61,5 @@ jobs:
run: brew install ninja llvm@18

- name: Run test script
timeout-minutes: 12
run: ./test-all.sh

0 comments on commit 32b3f80

Please sign in to comment.