Skip to content

Commit 3503e34

Browse files
author
Cholmondeley Fitz Brock
committed
add more checks to rust-version
1 parent 26c7e76 commit 3503e34

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/rust-versions.yaml

+8-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,11 @@ jobs:
2424
toolchain: ${{matrix.channel}}
2525
override: true
2626

27-
- name: debug build
28-
run: cargo b -p libra
27+
- name: does it build?
28+
run: cargo r -p libra
29+
30+
- name: does move compile?
31+
run: cargo r -p libra -- move test --package-dir ./framework/libra-framework
32+
33+
- name: does it prove move?
34+
run: cargo r -p libra -- move prove --package-dir ./framework/move-stdlib

0 commit comments

Comments
 (0)