Skip to content

do not explore the same ranges multiple times #59

do not explore the same ranges multiple times

do not explore the same ranges multiple times #59

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