Skip to content

chore: bump bindgen from 0.66.1 to 0.68.1 #23

chore: bump bindgen from 0.66.1 to 0.68.1

chore: bump bindgen from 0.66.1 to 0.68.1 #23

Workflow file for this run

on:
pull_request:
name: Miri
# NOTE: due to extensive FFI use, all tests
# run with miri must have miri in the test name.
# Such tests must make NO calls into tskit-c!
# (They must make no calls into any FFI for that matter...)
# The "test miri" args below only run the desired tests.
jobs:
test_miri:
name: Test (Miri)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
components: miri
- uses: actions-rs/cargo@v1
with:
command: miri
args: test miri