Skip to content

fix: ensure correct range insertion by handling start and end values #120

fix: ensure correct range insertion by handling start and end values

fix: ensure correct range insertion by handling start and end values #120

name: Rust CI
on: [push, pull_request]
jobs:
build_and_test:
name: Run cargo build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo build --verbose
- run: cargo test --verbose