Skip to content

Hash, std::iter support, new Error type #13

Hash, std::iter support, new Error type

Hash, std::iter support, new Error type #13

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cargo check --verbose
- run: cargo clippy
- run: cargo test --verbose
- run: cargo test --examples
- run: cargo test --doc
msrv:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cargo install cargo-msrv
- run: cargo msrv verify