v0.6.2: update test infrastructure

This commit is contained in:
Michael Sproul
2019-05-29 15:31:34 +10:00
parent 37c67117d3
commit beacf42aaf
5 changed files with 66 additions and 69 deletions

View File

@@ -86,6 +86,9 @@ impl Doc {
("epoch_processing", "crosslinks", "minimal") => {
run_test::<EpochProcessingCrosslinks<MinimalEthSpec>>(self)
}
("epoch_processing", "crosslinks", "mainnet") => {
run_test::<EpochProcessingCrosslinks<MainnetEthSpec>>(self)
}
("epoch_processing", "registry_updates", "minimal") => {
run_test::<EpochProcessingRegistryUpdates<MinimalEthSpec>>(self)
}