Skip to content

Commit

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

on:
push:
branches: [ master , 'cok*' ]
# branches: [ master , 'cok*' ]
pull_request:
branches: [ master ]

Expand All @@ -22,6 +22,7 @@ jobs:
run: |
dafny --version
which dafny
ls -laR
which z3
- name: Install lit
Expand Down

0 comments on commit c121213

Please sign in to comment.