diff --git a/.github/workflows/persistent_store_test.yml b/.github/workflows/persistent_store_test.yml index 4768e8b..8666221 100644 --- a/.github/workflows/persistent_store_test.yml +++ b/.github/workflows/persistent_store_test.yml @@ -26,7 +26,7 @@ jobs: - name: Build Persistent store library uses: actions-rs/cargo@v1 with: - command: test + command: build args: --manifest-path libraries/persistent_store/Cargo.toml --release --target=thumbv7em-none-eabi - name: Unit testing of Persistent store library (release mode)