Skip to content

Exchange reverse_range() for the stdlib reverse(). #91

Exchange reverse_range() for the stdlib reverse().

Exchange reverse_range() for the stdlib reverse(). #91

Workflow file for this run

name: Rust
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run tests
run: cargo test --verbose