mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Implement an (almost) full Key Gen test for processor's Docker tests
It doesn't confirm the key pair yet. Adds the infra neded to test processors against each other.
This commit is contained in:
@@ -92,6 +92,8 @@ pub fn build(name: String) {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
// Recursively crawl since we care when the folder's contents were edited, not the folder
|
||||
// itself
|
||||
for entry in fs::read_dir(path.clone()).expect("couldn't read directory") {
|
||||
metadatas
|
||||
.push(meta(path.join(entry.expect("couldn't access item in directory").file_name())));
|
||||
|
||||
Reference in New Issue
Block a user