mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-11 21:49:26 +00:00
complete rotation test for all networks
This commit is contained in:
@@ -74,6 +74,8 @@ pub fn build(name: String) {
|
||||
.join("processor")
|
||||
.join(name.split('-').next().unwrap())
|
||||
.join("Dockerfile");
|
||||
} else if name == "serai-fast-epoch" {
|
||||
dockerfile_path = dockerfile_path.join("serai").join("Dockerfile.fast-epoch");
|
||||
} else {
|
||||
dockerfile_path = dockerfile_path.join(&name).join("Dockerfile");
|
||||
}
|
||||
@@ -108,7 +110,7 @@ pub fn build(name: String) {
|
||||
meta(repo_path.join("message-queue")),
|
||||
meta(repo_path.join("coordinator")),
|
||||
],
|
||||
"runtime" | "serai" => vec![
|
||||
"runtime" | "serai" | "serai-fast-epoch" => vec![
|
||||
meta(repo_path.join("common")),
|
||||
meta(repo_path.join("crypto")),
|
||||
meta(repo_path.join("substrate")),
|
||||
|
||||
Reference in New Issue
Block a user