8000 Fix CI failure for Ruby 3.1 by hsbt · Pull Request #10512 · ruby/ruby · GitHub
[go: up one dir, main page]

Skip to content

Fix CI failure for Ruby 3.1 #10512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
…2918952425?pr=10321

ruby_3_2 fixed that with e777064
  • Loading branch information
hsbt committed Apr 12, 2024
commit e520144bad51de6a856138973e7cbac33c61cfb7
4 changes: 2 additions & 2 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,16 +124,16 @@ jobs:
timeout-minutes: 5
run: |
make test
shell: cmd

- name: test-all
timeout-minutes: 45
run: |
# Actions uses UTF8, causes test failures, similar to normal OS setup
chcp.com 437
make test-all
env:
RUBY_TESTOPTS: -j${{env.TEST_JOBS}} --retry --job-status=normal --show-skip --timeout-scale=1.5
BUNDLER_VERSION:
shell: cmd

- name: test-spec
timeout-minutes: 10
Expand Down
0