Skip to content

Commit 35c5856

Browse files
committed
fix: install z3 in CI
1 parent 1a430bc commit 35c5856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
run: pip install halmos
137137

138138
- name: Run halmos
139-
run: halmos --solver-command yices-smt2 --test-parallel --solver-parallel --storage-layout=generic --solver-timeout-assertion 0
139+
run: halmos --debug
140140

141141
coverage:
142142
permissions:

0 commit comments

Comments
 (0)