diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 79e21c59..993a6511 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: override: true - uses: katyo/publish-crates@v2 with: - args: -p ledger_device_sdk --no-verify + args: --no-verify dry-run: true diff --git a/README.md b/README.md index 06b75209..b352e454 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Ledger Device Rust SDK -This workspace contains the 3 crates members of Ledger Device Rust SDK +This workspace contains the 4 crates members of Ledger Device Rust SDK * [ledger_device_sdk](./ledger_device_sdk): main Rust SDK crate used to build an application that runs on BOLOS OS, * [ledger_secure_sdk_sys](./ledger_secure_sdk_sys): bindings to [ledger_secure_sdk](https://github.com/LedgerHQ/ledger-secure-sdk) -* [include_gif](./include_gif): procedural macro used to manage GIF. +* [include_gif](./include_gif): procedural macro used to manage GIF +* [testmacro](./testmacro): procedural macro used by unit and integrations tests