Skip to content

Commit

Permalink
Accidentally removed the proofs evidently
Browse files Browse the repository at this point in the history
  • Loading branch information
Skptak committed Aug 18, 2023
1 parent 64454c8 commit 26f7f69
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,14 @@ jobs:
with:
path: ./
fail-on-incorrect-version: true

proof_ci:
if: ${{ github.event.pull_request }}
runs-on: cbmc_ubuntu-latest_64-core
steps:
- name: Set up CBMC runner
uses: FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@main
- name: Run CBMC
uses: FreeRTOS/CI-CD-Github-Actions/run_cbmc@main
with:
proofs_dir: test/cbmc/proofs

0 comments on commit 26f7f69

Please sign in to comment.