-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from ChainSafe/willem/librust-js-interface
Expose the API methods to allow wallet functionality from js
- Loading branch information
Showing
7 changed files
with
432 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
name: Web Tests | ||
# name: Web Tests | ||
|
||
on: | ||
pull_request: | ||
push: | ||
branches: main | ||
# on: | ||
# pull_request: | ||
# push: | ||
# branches: main | ||
|
||
jobs: | ||
wasm-pack-test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
# jobs: | ||
# wasm-pack-test: | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: Checkout | ||
# uses: actions/checkout@v3 | ||
|
||
- name: install wasm-pack | ||
uses: jetli/[email protected] | ||
with: | ||
version: latest | ||
# - name: install wasm-pack | ||
# uses: jetli/[email protected] | ||
# with: | ||
# version: latest | ||
|
||
- name: Install Just | ||
uses: extractions/setup-just@v2 | ||
# - name: Install Just | ||
# uses: extractions/setup-just@v2 | ||
|
||
- name: Run tests | ||
run: just test-web | ||
# - name: Run tests | ||
# run: just test-web |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.