Skip to content

Forgot kani flags... #2

Forgot kani flags...

Forgot kani flags... #2

Workflow file for this run

name: kani_workflow
on:
push:
branches: [ main, kani_implementation ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: self-hosted
steps:
- name: Cleanup
run: |
ls -la
rm -rf ./* || true
rm -rf ./.??* || true
ls -la
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Bootstrap Toolchain
run: cargo bootstrap
- name: Run Kani
uses: model-checking/[email protected] --workspace --exclude monitor -Z stubbing