Skip to content

Commit

Permalink
Run rubyinstaller tests on codepage 437
Browse files Browse the repository at this point in the history
to trigger issues caused by character conversions to and from utf-8
  • Loading branch information
larskanis committed Nov 8, 2024
1 parent b91af6f commit 3005435
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,9 @@ jobs:

- name: Run all tests against the new installed Ruby
shell: cmd
run: ridk exec rake test
run: |
chcp 437
ridk exec rake test
- name: Run upload to github (only on tag builds)
shell: cmd
Expand Down

0 comments on commit 3005435

Please sign in to comment.