Skip to content

[#429] add response channel #975

[#429] add response channel

[#429] add response channel #975

Workflow file for this run

name: Miri
on:
push:
branches: [ main ]
pull_request:
branches: [ main, release* ]
types: [ opened, ready_for_review, reopened, synchronize ]
jobs:
miri:
name: "Miri"
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
- name: Install Miri
run: |
rustup toolchain install nightly --component miri
rustup override set nightly
cargo miri setup
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c # ratchet:tj-actions/changed-files@v45
- name: List all changed files
env:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
run: ./internal/scripts/ci_run_miri.sh