Skip to content

chore(deps): update codspeedhq/action action to v5 #629

chore(deps): update codspeedhq/action action to v5

chore(deps): update codspeedhq/action action to v5 #629

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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- name: Run miri with nightly toolchain
run: |
rustup toolchain install nightly --component miri
rustup override set nightly
cargo miri setup
cargo miri test