Enable parallel tests to reduce test time (#4919)

* Add crate to serialize some tests

* Ignore unused attribute warning

* Enable parallel run in CI

* Try to fix lograte tests

* Fix interdependent counter tests
This commit is contained in:
Sagar Dhawan
2019-07-02 17:35:03 -07:00
committed by GitHub
parent bf319ab06d
commit 55b8ff72d0
9 changed files with 69 additions and 4 deletions

View File

@@ -19,6 +19,8 @@ sys-info = "0.5.7"
[dev-dependencies]
rand = "0.6.5"
serial_test = "0.2.0"
serial_test_derive = "0.2.0"
[lib]
name = "solana_metrics"