Skip to content

Add index ranges, inc() method. #56

Add index ranges, inc() method.

Add index ranges, inc() method. #56

Workflow file for this run

name: Run cargo test
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run cargo test
run: |
cargo test