Skip to content

Commit

Permalink
CI: add binarytree job
Browse files Browse the repository at this point in the history
  • Loading branch information
jochem-brouwer committed Feb 22, 2025
1 parent b751b9c commit 2ab7657
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ jobs:
dep-cache-key: ${{ needs.build.outputs.dep-cache-key }}
submodule-cache-key: ${{ needs.checkout-submodules.outputs.submodule-cache-key }}

binarytree:
needs: build
uses: ./.github/workflows/binarytree-build.yml
secrets: inherit
with:
dep-cache-key: ${{ needs.build.outputs.dep-cache-key }}

blockchain:
needs: build
uses: ./.github/workflows/blockchain-build.yml
Expand Down

0 comments on commit 2ab7657

Please sign in to comment.