Skip to content

Commit

Permalink
Test Kani Github Actions - 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Aghili committed Oct 12, 2024
1 parent 4b74039 commit 1f2d878
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/kani-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,13 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive

- name: Rust Update
run: rustup update
- name: Run replace script
run: ./admin_scripts/kani_nvme_controller_value.sh
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.81.0
override: true
- name: Bootstrap Toolchain
run: cargo bootstrap
- name: Run Kani
Expand Down

0 comments on commit 1f2d878

Please sign in to comment.