Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
olivmath committed Feb 7, 2024
1 parent 35c99d5 commit 7d15156
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: cargo build --release

merkle_root:
depends-on: ["build_merkletreers_library"]
needs: ["build_merkletreers_library"]
runs-on: ubuntu-latest

steps:
Expand All @@ -25,7 +25,7 @@ jobs:
run: cargo test merkle_root

merkle_proof:
depends-on: ["build_merkletreers_library"]
needs: ["build_merkletreers_library"]
runs-on: ubuntu-latest

steps:
Expand All @@ -34,7 +34,7 @@ jobs:
run: cargo test merkle_proof

merkle_proof_check:
depends-on: ["build_merkletreers_library"]
needs: ["build_merkletreers_library"]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 7d15156

Please sign in to comment.