Skip to content

Run benchmarks on runs-on instead of github-hosted runners #550

Run benchmarks on runs-on instead of github-hosted runners

Run benchmarks on runs-on instead of github-hosted runners #550

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