Skip to content

Merge pull request #350 from nyx-space/bug/gh-349-duration-from-str-n… #565

Merge pull request #350 from nyx-space/bug/gh-349-duration-from-str-n…

Merge pull request #350 from nyx-space/bug/gh-349-duration-from-str-n… #565

name: Formal Verification Workflow
on:
push:
branches:
- master
tags:
- "*"
pull_request:
workflow_dispatch:
env:
RUST_BACKTRACE: 1
jobs:
formal-verif:
name: Formal Verification
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Clean Cargo.toml for Kani
run: |
# Remove `cdylib` from targets in Cargo.toml because it confuses Kani
sed '17d' Cargo.toml > Cargo.toml.new
mv Cargo.toml.new Cargo.toml
# - name: Kani Rust Verifier
# uses: model-checking/[email protected]