mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 08:47:57 +00:00
Tagging as rc1
This commit is contained in:
@@ -25,7 +25,7 @@ fn build_spec_works() {
|
||||
let base_path = tempdir().expect("could not create a temp dir");
|
||||
|
||||
let output = Command::new(cargo_bin("substrate"))
|
||||
.args(&["build-spec", "--dev", "-d"])
|
||||
.args(&["build-spec", "--rc1", "-d"])
|
||||
.arg(base_path.path())
|
||||
.output()
|
||||
.unwrap();
|
||||
|
||||
Reference in New Issue
Block a user