Skip to content

Commit

Permalink
Merge 303a243 into sapling-pr-archive-shadaj
Browse files Browse the repository at this point in the history
  • Loading branch information
shadaj authored Jan 16, 2025
2 parents 6ffe3f4 + 303a243 commit e61681f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions template/hydro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@ stageleft::stageleft_no_entry_crate!();
pub mod first_ten;
pub mod first_ten_cluster;
pub mod first_ten_distributed;

#[stageleft::runtime]
#[cfg(test)]
mod tests {
#[ctor::ctor]
fn init() {
hydro_lang::deploy::init_test();
}
}

0 comments on commit e61681f

Please sign in to comment.