Skip to content

Commit

Permalink
fix(sdk): updated keystore support and fixes (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjemmmic authored Oct 23, 2024
1 parent 2274dd0 commit 1a02dfd
Show file tree
Hide file tree
Showing 16 changed files with 987 additions and 390 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ jobs:
run: cargo install cargo-nextest --locked

- name: tests
run: cargo nextest run --nocapture --package ${{ matrix.package }}
run: cargo nextest run --nocapture --package ${{ matrix.package }} ${{ matrix.package == 'gadget-sdk' && '--features getrandom,std' || '' }}
Loading

0 comments on commit 1a02dfd

Please sign in to comment.