jenkins: run all state tests

This commit is contained in:
Michael Sproul
2019-04-15 09:38:04 +10:00
parent a19f8580f5
commit 4f63c89bb6
2 changed files with 4 additions and 1 deletions

View File

@@ -146,7 +146,7 @@ fn run_state_transition_tests_small() {
// Run with --ignored to run this test
#[test]
#[ignored]
#[ignore]
fn run_state_transition_tests_large() {
run_state_transition_test("sanity-check_default-config_100-vals.yaml");
}