Skip to content

Add Support for line feed code CRLF (#3) #14

Add Support for line feed code CRLF (#3)

Add Support for line feed code CRLF (#3) #14

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: chetan/git-restore-mtime-action@v1.1
- uses: actions/cache@v2
with:
path: |
~/.cargo/bin/
~/.cargo/git/db/
~/.cargo/registry/cache/
~/.cargo/registry/index/
target/
key: ${{ runner.os }}-cargo-v1-${{ hashFiles('**/Cargo.lock') }}
- run: cargo test --all-features