Skip to content

Commit f1cf34f

Browse files
committed
run kani proofs in CI
1 parent 3cfb798 commit f1cf34f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,3 +233,13 @@ jobs:
233233
- run: cargo install cargo-semver-checks --locked
234234
- name: Check semver
235235
run: cargo +stable semver-checks check-release
236+
237+
kani:
238+
runs-on: ubuntu-20.04
239+
steps:
240+
- uses: actions/checkout@v4
241+
- uses: Swatinem/rust-cache@v2
242+
with:
243+
shared-key: "kani"
244+
cache-targets: false
245+
- uses: model-checking/kani-github-action@v1.1

0 commit comments

Comments
 (0)