Skip to content

Made with_capacity_and_hasher generic over N shards. Previously, in #58

Made with_capacity_and_hasher generic over N shards. Previously, in

Made with_capacity_and_hasher generic over N shards. Previously, in #58

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint
run: cargo clippy
- name: Run tests
run: cargo test --verbose