Skip to content

Commit

Permalink
Debugging #3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcok committed Feb 14, 2023
1 parent c121213 commit 1c9c476
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dafnycore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Dafny Core verification

on:
push:
# push:
# branches: [ master , 'cok*' ]
pull_request:
branches: [ master ]
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
- name: Set up JS dependencies
run: npm install bignumber.js

- name: Check exe
run: |
dafny --version
which dafny
z3 --version
which z3
- name: Verify legacy code
run: lit --time-tests -v --param 'dafny_params=/verificationLogger:trx /verificationLogger:csv' .

Expand Down

0 comments on commit 1c9c476

Please sign in to comment.