build-trust / ockam

Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between distributed applications – at massive scale.
https://ockam.io
Apache License 2.0
4.46k stars 560 forks source link

Use nextest to run Rust tests in CI #2924

Closed mrinalwadhwa closed 2 years ago

mrinalwadhwa commented 2 years ago

nexttest is faster that cargo test and it could possibly help make our CI test workflows faster https://github.com/build-trust/ockam/issues/2819

This will require changing the ockam-builder docker file https://github.com/build-trust/ockam/blob/develop/tools/docker/builder/Dockerfile

Rust workflows are run using this image https://github.com/build-trust/ockam/blob/develop/.github/workflows/rust.yml

mrinalwadhwa commented 2 years ago

Related https://github.com/build-trust/ockam/issues/2923

neil2468 commented 2 years ago

Can I be assigned this? Thanks.

mrinalwadhwa commented 2 years ago

Of course! Thank you for picking it up