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.47k stars 562 forks source link

Move the nextest config to the tools directory #4729

Closed mrinalwadhwa closed 1 year ago

mrinalwadhwa commented 1 year ago

Current

There is some nextest config here https://github.com/build-trust/ockam/tree/develop/.config

Desired

Move it to https://github.com/build-trust/ockam/tree/develop/tools without breaking CI builds.

mrinalwadhwa commented 1 year ago

fixed in https://github.com/build-trust/ockam/pull/4730