Add progress on ssz_static tests

This commit is contained in:
Paul Hauner
2019-05-14 16:56:00 +10:00
parent 6096abf071
commit 1835ca8fd6
2 changed files with 31 additions and 2 deletions

View File

@@ -47,6 +47,7 @@ mod ssz_static {
}
#[test]
#[ignore]
fn minimal_nil() {
TestDoc::assert_tests_pass(ssz_generic_file("core/ssz_minimal_nil.yaml"));
}