Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ else
cargo build -p lxc $CARGO_FEATURES
fi

echo " Check formatting"
cargo fmt --all -- --check

echo " Check linting"
cargo clippy --workspace --all-targets -- -D warnings

echo "Rust build complete."

# Copy binaries to SDK bin directory
Expand Down
Loading