Skip to content

Merge pull request #22 from yantonov/dependabot/cargo/hashbrown-0.15.2 #95

Merge pull request #22 from yantonov/dependabot/cargo/hashbrown-0.15.2

Merge pull request #22 from yantonov/dependabot/cargo/hashbrown-0.15.2 #95

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
name: ci
jobs:
build_and_test:
name: Rust project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo build
- run: cargo test