Skip to content

Added 'static bound to Conv #4

Added 'static bound to Conv

Added 'static bound to Conv #4

Workflow file for this run

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: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
components: miri
- name: run miri
run: cargo +nightly miri test --many-seeds=0..8