Skip to content

Benchmarks and Diagrams #756

Benchmarks and Diagrams

Benchmarks and Diagrams #756

Workflow file for this run

name: 'Audit'
on:
workflow_dispatch:
pull_request:
push:
branches:
- 'main'
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: bash scripts/prep.sh
- run: cp audit.log audit_.log
- run: DAFNY=dafny/dafny bash scripts/audit.sh
- run: cat audit.log
- run: diff audit.log audit_.log