Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Tighten the hatches adding more SAFETY comments and asserting a non-z… #5

Tighten the hatches adding more SAFETY comments and asserting a non-z…

Tighten the hatches adding more SAFETY comments and asserting a non-z… #5

Workflow file for this run

on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: dtolnay/rust-toolchain@nightly
with:
components: miri, rust-src
- run: cargo test
- run: cargo miri test