Skip to content

fix: Add missing type characteristics #839

fix: Add missing type characteristics

fix: Add missing type characteristics #839

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 }}