Tagging as rc1

This commit is contained in:
Benjamin Kampmann
2020-05-25 18:30:48 +02:00
parent d18a55d391
commit fb32ac8c51
190 changed files with 2160 additions and 2190 deletions
@@ -31,7 +31,7 @@ fn check_block_works() {
common::run_dev_node_for_a_while(base_path.path());
let status = Command::new(cargo_bin("substrate"))
.args(&["check-block", "--dev", "--pruning", "archive", "-d"])
.args(&["check-block", "--rc1", "--pruning", "archive", "-d"])
.arg(base_path.path())
.arg("1")
.status()