Commit a03f255 1 parent 8582f3e commit a03f255 Copy full SHA for a03f255
File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,9 @@ jobs:
169
169
verus/source
170
170
key : verus-${{ runner.os }}-${{ env.verus_commit }}
171
171
- name : Pin home to version 0.5.9 (workaround)
172
- run : cargo update home --precise 0.5.9
172
+ run : |
173
+ mv verus ../verus
174
+ cargo update home --precise 0.5.9
173
175
- name : Run unit tests
174
176
run : cargo test unit_tests
175
177
conformance-tests :
@@ -196,7 +198,9 @@ jobs:
196
198
- name : Set up a kind cluster
197
199
run : kind create cluster
198
200
- name : Pin home to version 0.5.9 (workaround)
199
- run : cargo update home --precise 0.5.9
201
+ run : |
202
+ mv verus ../verus
203
+ cargo update home --precise 0.5.9
200
204
- name : Run conformance tests
201
205
run : cargo test conformance_tests -- --nocapture
202
206
framework-verification :
You can’t perform that action at this time.
0 commit comments