Skip to content

Add async functionality #16

Add async functionality

Add async functionality #16

Workflow file for this run

name: Rust Miri
on:
push:
branches: [master]
pull_request:
branches: [master]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
components: miri
- name: Test
run: cargo miri test --all-features