Skip to content

Commit f4b9ca5

Browse files
author
Archibald Staccato
committed
simplify rust versions tests
1 parent 7d5ffdb commit f4b9ca5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/rust-versions.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,3 @@ jobs:
2626

2727
- name: does it build?
2828
run: cargo r -p libra -- version
29-
30-
- name: does move compile?
31-
if: always()
32-
run: cargo r -p libra -- move test --package-dir ./framework/libra-framework
33-
34-
- name: does it prove move?
35-
if: always()
36-
run: cargo r -p libra -- move prove --package-dir ./framework/move-stdlib

0 commit comments

Comments
 (0)