Skip to content

Commit

Permalink
Concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
mertwole committed Jul 17, 2024
1 parent f721ac3 commit 5d06b33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
CARGO_TERM_COLOR: always

Expand Down
1 change: 1 addition & 0 deletions ethereum/client/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pub struct BlockMerkleRootProof {
pub merkle_root: B256,
}

#[allow(dead_code)]
#[derive(Debug, Clone)]
struct DeploymentEnv {
pub wvara_erc20: Address,
Expand Down

0 comments on commit 5d06b33

Please sign in to comment.