Skip to content

Chore: Proofs not depending on leaks of opaque + brittleness reduction #813

Chore: Proofs not depending on leaks of opaque + brittleness reduction

Chore: Proofs not depending on leaks of opaque + brittleness reduction #813

Workflow file for this run

name: Dafny Core verification
on:
workflow_dispatch:
pull_request:
branches: [ master ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
verification:
strategy:
matrix:
version: [ 3.13.1, 4.0.0, 4.1.0, 4.2.0 ]
uses: ./.github/workflows/reusable-tests.yml
with:
dafny-version: ${{ matrix.version }}