Skip to content

chore(deps): update codspeedhq/action digest to c145068 (#225) #556

chore(deps): update codspeedhq/action digest to c145068 (#225)

chore(deps): update codspeedhq/action digest to c145068 (#225) #556

Workflow file for this run

name: Miri
on:
push:
branches: ["develop"]
pull_request: {}
workflow_dispatch: {}
permissions:
actions: read
contents: read
jobs:
miri:
name: "miri"
runs-on: ubuntu-latest
env:
RUST_BACKTRACE: 1
MIRIFLAGS: -Zmiri-strict-provenance -Zmiri-symbolic-alignment-check -Zmiri-backtrace=full
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Run miri with nightly toolchain
run: |
rustup toolchain install nightly --component miri
rustup override set nightly
cargo miri setup
cargo miri test