Skip to content

Fix the CI with minimal crate versions. (moka v0.12.x) #259

Fix the CI with minimal crate versions. (moka v0.12.x)

Fix the CI with minimal crate versions. (moka v0.12.x) #259

Workflow file for this run

name: Kani CI
on:
pull_request:
paths-ignore:
- '.devcontainer/**'
- '.gitpod.yml'
- '.vscode/**'
- CHANGELOG.md
- README.md
push:
paths-ignore:
- '.devcontainer/**'
- '.gitpod.yml'
- '.vscode/**'
- CHANGELOG.md
- README.md
jobs:
run-kani:
runs-on: ubuntu-20.04
steps:
- name: Checkout Moka
uses: actions/checkout@v3
- name: Show CPU into
run: |
nproc
lscpu
free -m
- name: Run Kani
uses: model-checking/kani-github-action@v0.28
with:
args: --features 'sync, future'