Skip to content

Commit

Permalink
Small change to trigger CI
Browse files Browse the repository at this point in the history
The build and test job doesn't get triggered on non-Rust files, so pushing a change here in order to
get that job to run.
  • Loading branch information
HCastano committed Feb 27, 2025
1 parent 778e84f commit 7e0dad1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/threshold-signature-server/src/helpers/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ pub async fn do_jump_start(
rpc: &LegacyRpcMethods<EntropyConfig>,
pair: sr25519::Pair,
) {
// wait a while, when we rushed it in tests while running the whole network, nodes would fall behind and not fire
// Wait a while, when we rushed it in tests while running the whole network, nodes would fall
// behind and not fire
run_to_block(rpc, 8).await;
let block_number = rpc.chain_get_header(None).await.unwrap().unwrap().number + 1;
put_jumpstart_request_on_chain(api, rpc, pair).await;
Expand Down

0 comments on commit 7e0dad1

Please sign in to comment.