This commit is contained in:
Julien Cretin
2021-06-09 13:55:53 +02:00
parent b3b652aa53
commit 67311e6c9f

View File

@@ -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)