move icon indicating copy to clipboard operation
move copied to clipboard

Add github actions to run cargo tests on all the commits.

Open ksolana opened this issue 2 years ago • 2 comments

ksolana avatar Dec 14 '22 19:12 ksolana

Make sure to run cargo fmt --checked too.

brson avatar Feb 03 '23 20:02 brson

We probably only need to run the move-mv-llvm-compiler tests and the move-native tests. Or at least, have one configuration doing just those, and another doing the full test suite. Note the move-native crate is not part of the move workspace so will not run as part of cargo test - it has to be run explicitly with --manifest-path.

brson avatar Mar 03 '23 19:03 brson