Skip to content

Commit

Permalink
Add the Windows line-ending fix to the test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
lipanski committed Mar 11, 2023
1 parent 0ce9788 commit ac9042d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
name: Test on Windows
runs-on: windows-latest
steps:
# The Windows runners have autocrlf enabled by default
# which causes failures for some of the line-ending sensitive tests
- name: disable git eol translation
run: git config --global core.autocrlf false
- uses: actions/checkout@v3
- name: Install Rustup using win.rustup.rs
run: |
Expand Down

0 comments on commit ac9042d

Please sign in to comment.