Fix typo
This commit is contained in:
2
.github/workflows/persistent_store_test.yml
vendored
2
.github/workflows/persistent_store_test.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
- name: Build Persistent store library
|
- name: Build Persistent store library
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test
|
command: build
|
||||||
args: --manifest-path libraries/persistent_store/Cargo.toml --release --target=thumbv7em-none-eabi
|
args: --manifest-path libraries/persistent_store/Cargo.toml --release --target=thumbv7em-none-eabi
|
||||||
|
|
||||||
- name: Unit testing of Persistent store library (release mode)
|
- name: Unit testing of Persistent store library (release mode)
|
||||||
|
|||||||
Reference in New Issue
Block a user