Skip to content

Update actions ubuntu version #409

Update actions ubuntu version

Update actions ubuntu version #409

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-24
steps:
- uses: actions/[email protected]
- uses: actions-rs/[email protected]
with:
profile: minimal
toolchain: nightly
override: true
components: miri
- uses: actions-rs/[email protected]
with:
command: miri
args: test miri