Skip to content

Commit

Permalink
Merge pull request #1292 from supercaracal/workaround-truffleruby-in-ci
Browse files Browse the repository at this point in the history
Mitigate long running job for truffleruby in CI by workaround
  • Loading branch information
byroot authored Sep 8, 2024
2 parents a675945 + 77b8b73 commit a6d8d6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
run: make start
- name: Test
run: bundle exec rake test:${{ matrix.suite }}
timeout-minutes: 3
- name: Shutting down Redis
run: make stop

Expand Down

0 comments on commit a6d8d6a

Please sign in to comment.