difference is CRLF vs LF somehow

This commit is contained in:
gluaxspeed 2021-08-12 09:11:54 -07:00
parent e69e81110e
commit e9ffacda41
2 changed files with 8 additions and 5 deletions

4
.gitattributes vendored Normal file
View File

@ -0,0 +1,4 @@
# Force certain filse to be LF
*.leo text eol=lf
*.out text eol=lf
*.rs text eol=lf

View File

@ -93,12 +93,11 @@ jobs:
run: |
sccache --start-server
- name: Install cargo-all-features
run: |
cargo install cargo-all-features
- name: Test
run: cargo test-all-features --all
uses: actions-rs/cargo@v1
with:
command: test
args: --all --features ci_skip
- name: Print sccache stats
run: sccache --show-stats