Skip to content

Move benchmark into top level crate. Update criterion. #57

Move benchmark into top level crate. Update criterion.

Move benchmark into top level crate. Update criterion. #57

name: BuildAndTest
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: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose