Skip to content

Commit c121213

Browse files
author
davidcok
committed
Debugging #2
1 parent ddf001b commit c121213

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dafnycore.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Dafny Core verification
33

44
on:
55
push:
6-
branches: [ master , 'cok*' ]
6+
# branches: [ master , 'cok*' ]
77
pull_request:
88
branches: [ master ]
99

@@ -22,6 +22,7 @@ jobs:
2222
run: |
2323
dafny --version
2424
which dafny
25+
ls -laR
2526
which z3
2627
2728
- name: Install lit

0 commit comments

Comments
 (0)