Skip to content

Commit 1c9c476

Browse files
author
davidcok
committed
Debugging #3
1 parent c121213 commit 1c9c476

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/dafnycore.yml

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

44
on:
5-
push:
5+
# push:
66
# branches: [ master , 'cok*' ]
77
pull_request:
88
branches: [ master ]

.github/workflows/tests.yml

+7
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ jobs:
2424
- name: Set up JS dependencies
2525
run: npm install bignumber.js
2626

27+
- name: Check exe
28+
run: |
29+
dafny --version
30+
which dafny
31+
z3 --version
32+
which z3
33+
2734
- name: Verify legacy code
2835
run: lit --time-tests -v --param 'dafny_params=/verificationLogger:trx /verificationLogger:csv' .
2936

0 commit comments

Comments
 (0)