Skip to content

Commit

Permalink
Merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Feb 20, 2025
2 parents 990494c + d3ff40c commit 67545b3
Show file tree
Hide file tree
Showing 12 changed files with 187 additions and 124 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@ jobs:

git-ref-basename:
uses: ./.github/workflows/git-ref-basename.yaml

test-e2e-reshare:
runs-on: core-build-runner
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
uses: ./.github/actions/install-dependencies/
- name: Test
run: |
pushd node
cargo build --release --features=reshare-test
cargo test -p entropy-tss --release --features=reshare-test test_reshare_e2e
build-entropy:
uses: ./.github/workflows/container-build-and-push.yaml
Expand Down
Loading

0 comments on commit 67545b3

Please sign in to comment.