mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Simultaenously build Docker images used in tests
This commit is contained in:
@@ -14,7 +14,7 @@ macro_rules! serai_test {
|
||||
TestBodySpecification, DockerTest,
|
||||
};
|
||||
|
||||
serai_docker_tests::build("serai".to_string());
|
||||
serai_docker_tests::build("serai".to_string()).await;
|
||||
|
||||
let handle = concat!("serai_client-serai_node-", stringify!($name));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user