From 34a62c3c76af067b4493b73a62e899939c8ad38a Mon Sep 17 00:00:00 2001 From: Albert Ho Date: Wed, 14 Aug 2024 17:32:43 -0700 Subject: [PATCH] fix rust codestyle --- .github/workflows/rust-codestyle.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/rust-codestyle.yml b/.github/workflows/rust-codestyle.yml index 2ba868a54..3be9ceea6 100644 --- a/.github/workflows/rust-codestyle.yml +++ b/.github/workflows/rust-codestyle.yml @@ -71,6 +71,12 @@ jobs: toolchain: stable override: true + # ************** REMOVE AFTER RELEASE ******************** + - name: Build Rust SDK + run: ./copy.sh + working-directory: binding/rust + # ******************************************************** + - name: Run clippy run: cargo clippy -- -D warnings working-directory: demo/rust/filedemo