Skip to content

Fix beta Clippy warnings #65

Fix beta Clippy warnings

Fix beta Clippy warnings #65

Workflow file for this run

name: Kani CI
on:
pull_request:
paths-ignore:
- '.vscode/**'
- CHANGELOG.md
- README.md
push:
paths-ignore:
- '.vscode/**'
- CHANGELOG.md
- README.md
jobs:
run-kani:
runs-on: ubuntu-latest
steps:
- name: Checkout Moka
uses: actions/checkout@v4
- name: Show CPU into
run: |
nproc
lscpu
free -m
- name: Run Kani
uses: model-checking/[email protected]
# Workaround for https://github.com/moka-rs/mini-moka/issues/36
with:
kani-version: '0.54.0'