We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c7e76 commit 3503e34Copy full SHA for 3503e34
.github/workflows/rust-versions.yaml
@@ -24,5 +24,11 @@ jobs:
24
toolchain: ${{matrix.channel}}
25
override: true
26
27
- - name: debug build
28
- run: cargo b -p libra
+ - name: does it build?
+ 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