8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2db0a2 commit 23e35dcCopy full SHA for 23e35dc
.github/workflows/test.yml
@@ -26,6 +26,7 @@ jobs:
26
- { ruby: head, os: windows-latest, experimental: true }
27
runs-on: ${{ matrix.os }}
28
continue-on-error: ${{ matrix.experimental }}
29
+ timeout-minutes: 15
30
steps:
31
- uses: actions/checkout@v4
32
- name: Set up Ruby
@@ -36,6 +37,7 @@ jobs:
36
37
rubygems: 3.5.14
38
- name: Run test
39
run: bundle exec rake test
40
+ timeout-minutes: 5 # _should_ finish in under a minute
41
42
- uses: joshmfrankel/simplecov-check-action@main
43
if: matrix.os == 'ubuntu-latest' && github.event_name != 'pull_request'
0 commit comments