generic-array-storage/.forgejo/workflows/miri.yml
Dzuchun 0395393da7
Some checks failed
Build and Test / run_tests (push) Failing after 1m49s
Spellcheck / spellcheck (push) Failing after 7m0s
UB test / run_miri (push) Successful in 1m32s
Documentation / build_docs (push) Failing after 3s
Documentation / deploy_github_pages (push) Has been skipped
is this a correct gh actions url?
2025-12-22 16:28:52 +00:00

25 lines
484 B
YAML

name: UB test
on:
push:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
run_miri:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup toolchain
uses: https://github.com/actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
components: miri
- name: run miri
run: MIRIFLAGS=-Zmiri-many-seeds=0..8 cargo +nightly miri test