feat(aiken-project): use rayon to run tests in parallel

This commit is contained in:
rvcas
2023-01-09 18:04:39 -05:00
committed by Lucas
parent 6ea9ad9c41
commit 158b3dfe51
5 changed files with 93 additions and 40 deletions

View File

@@ -22,6 +22,7 @@ pallas = "0.16.0"
pallas-traverse = "0.16.0"
petgraph = "0.6.2"
pulldown-cmark = { version = "0.8.0", default-features = false }
rayon = "1.6.1"
regex = "1.6.0"
reqwest = "0.11.13"
serde = { version = "1.0.144", features = ["derive"] }