Run most CI steps in docker
This commit is contained in:
@ -2,7 +2,9 @@
|
||||
|
||||
cd $(dirname $0)/..
|
||||
|
||||
source $HOME/.cargo/env
|
||||
rustc --version
|
||||
cargo --version
|
||||
|
||||
rustup component add rustfmt-preview
|
||||
cargo fmt -- --write-mode=diff
|
||||
cargo build --verbose
|
||||
|
Reference in New Issue
Block a user