Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between distributed applications – at massive scale.
4.46k
stars
560
forks
source link
Use nextest to run Rust tests in CI #2924
Closed
mrinalwadhwa closed 2 years ago
nexttest
is faster thatcargo test
and it could possibly help make our CI test workflows faster https://github.com/build-trust/ockam/issues/2819This 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