Skip to content

v0.4.0 (#23)

v0.4.0 (#23) #125

Workflow file for this run

on: [push, pull_request]
name: Miri
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
components: miri
- uses: actions-rs/cargo@v1
with:
command: miri
args: test