Nightly Dafny Core verification #628
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Nightly Dafny Core verification | |
on: | |
# Scheduled to be run sometime after the nightly build of dafny | |
schedule: | |
- cron: "7 10 * * *" | |
workflow_dispatch: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
verification: | |
strategy: | |
matrix: | |
version: [ nightly-latest ] | |
uses: ./.github/workflows/reusable-tests.yml | |
with: | |
dafny-version: ${{ matrix.version }} |