Skip to content

Add MAXINFO read trimming implementation #132

Add MAXINFO read trimming implementation

Add MAXINFO read trimming implementation #132

Workflow file for this run

name: Run Tests
on:
push:
branches:
- 'main'
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: test