Skip to content

Commit

Permalink
Test it
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-aws committed Oct 23, 2024
1 parent f2a6243 commit 465ef2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
with:
dafny-version: ${{ matrix.dafny }}

- name: Check DAFNY_VERSION environment variable
shell: bash
run: test ${{ matrix.dafny }} = ${{ env.DAFNY_VERSION }}

- name: verify dafny
shell: bash
run: __tests__/verify-dafny.sh ${{ matrix.dafny }}
Expand Down

0 comments on commit 465ef2a

Please sign in to comment.