Merge pull request #310 from moka-rs/fix-ci-2023-08-v012 #127
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |