Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into sdk-state-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kroist committed Jan 17, 2025
2 parents 32f2abf + 396f5bb commit fa66b81
Show file tree
Hide file tree
Showing 38 changed files with 116 additions and 5,178 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/_build-wasm-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

- name: Build shielder-wasm
run: cd crates/shielder-wasm && make all
- name: Build shielder_bindings
run: cd crates/shielder_bindings && make wasm

- name: Upload generated wasm to artifacts
uses: actions/upload-artifact@v4
with:
name: crates-shielder-wasm-pkg
path: crates/shielder-wasm/pkg
name: wasm-pkg
path: crates/shielder_bindings/pkg
retention-days: 1
4 changes: 2 additions & 2 deletions .github/workflows/_rust-crates-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- name: Run tests for shielder-cli
run: cd crates/shielder-cli && make test

- name: Run tests for shielder-wasm
run: cd crates/shielder-wasm && make test
- name: Run tests for shielder_bindings
run: cd crates/shielder_bindings && make test

- name: Run integration tests
run: make deps && cargo test --release -p integration-tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_ts-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- name: Download generated wasm from artifacts
uses: actions/download-artifact@v4
with:
name: crates-shielder-wasm-pkg
path: crates/shielder-wasm/pkg
name: wasm-pkg
path: crates/shielder_bindings/pkg

- name: Download generated build cache
uses: actions/download-artifact@v4
Expand Down
104 changes: 0 additions & 104 deletions .github/workflows/manual-browser-extension-deployment.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/on-pull-request-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ jobs:
steps:
- uses: geekyeggo/delete-artifact@v5
with:
name: |
crates-shielder-wasm-pkg
name: wasm-pkg

measure-gas-usage:
name: Measure gas usage
Expand Down
Loading

0 comments on commit fa66b81

Please sign in to comment.