diff --git a/.github/workflows/rust-codestyle.yml b/.github/workflows/rust-codestyle.yml index 2ba868a549..3be9ceea66 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