Skip to content

Replace depreciated atomic-polyfill crate with portable-atomic #19

Replace depreciated atomic-polyfill crate with portable-atomic

Replace depreciated atomic-polyfill crate with portable-atomic #19

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