Skip to content
This repository was archived by the owner on Jan 4, 2026. It is now read-only.

Switch from std to alloc (#9) #15

Switch from std to alloc (#9)

Switch from std to alloc (#9) #15

Workflow file for this run

name: Run miri tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
miri:
name: "miri all the things"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install miri component
run: rustup component add --toolchain nightly-x86_64-unknown-linux-gnu miri
#
# crate
#
- name: Miri test bbq2
run: ./miri.sh