Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Merge pull request #258 from artichoke/dependabot/bundler/bundler-dep… #669

Merge pull request #258 from artichoke/dependabot/bundler/bundler-dep…

Merge pull request #258 from artichoke/dependabot/bundler/bundler-dep… #669

Workflow file for this run

---
name: Miri
"on":
push:
branches:
- trunk
pull_request:
branches:
- trunk
schedule:
- cron: "0 0 * * WED"
permissions: {}
jobs:
miri:
name: Test with Miri
runs-on: ubuntu-latest
env:
RUST_BACKTRACE: 1
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Install Rust toolchain
uses: artichoke/setup-rust/miri@68e0ebb3b406970de1cc2ca807797c9156a198a7 # v2.0.1
with:
toolchain: nightly
- name: Miri setup
run: cargo miri setup
- name: Test unsafe code with Miri
run: cargo miri test