adorsys / didcomm-mediator-rs

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

Use cargo nextest to speed up the testing workflow #115

Closed Hermann-Core closed 2 weeks ago

Hermann-Core commented 2 weeks ago

This pull request adjusted the CI pipeline to incorporate cargo nextest run instead of cargo test for running tests. This change is meant to significantly improve the speed of the testing process.