adorsys / didcomm-mediator-rs

Simple mediator for DIDComm Messaging v2
Apache License 2.0
2 stars 0 forks source link

Update GitHub Workflow to Utilize Cargo Workspace for Building and Testing #92

Closed Hermann-Core closed 3 months ago

Hermann-Core commented 3 months ago

With the addition of the Cargo.toml (see Adding a Workspace Cargo.toml file) workspace file, the project now supports workspace-level commands. This allows us to build and test all crates in the workspace using a single command, eliminating the need to build and test each crate individually.