mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2024-11-10 10:05:17 +00:00
193e154361
* Change miner id logic & request miner id automatically * Not enable all features in the test workflow. * Auto configurable mining period * Adjust test params for ci
8 lines
237 B
Rust
8 lines
237 B
Rust
fn main() {
|
|
if cfg!(not(feature = "dev")) {
|
|
println!("cargo:rerun-if-changed=../../0g-storage-contracts/artifacts/");
|
|
} else {
|
|
println!("cargo:rerun-if-changed=../../0g-storage-contracts-dev/artifacts/");
|
|
}
|
|
}
|