Skip to content

Feat: random bundles test #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
14 commits merged into from
May 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- run: sudo apt-get update
- run: sudo apt-get install libudev-dev
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -22,6 +23,8 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: build
- run: npm install
- run: npm run generate-bundles
- uses: actions-rs/cargo@v1
with:
command: test
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ test_item
wallet.json
.wallet.json
test_data_item*
node_modules
dist
/res/gen_bundles/bundle*
bundles.js
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing newline. Fix your editor.

206 changes: 202 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading