MinaProtocol / mina

Mina is a cryptocurrency protocol with a constant size blockchain, improving scaling while maintaining decentralization and security.
https://minaprotocol.com
Apache License 2.0
2k stars 528 forks source link

Remove `Inline_test_quiet_logs` library #16379

Closed mrmr1993 closed 4 days ago

mrmr1993 commented 1 week ago

This PR fixes the remaining noisy tests using Inline_test_quiet_logs, and removes the library now that it isn't needed. This allows us to see timing information for all of the unit tests that we run in CI, to help us optimise CI runtime.

mrmr1993 commented 1 week ago

!ci-build-me