Skip to content

Commit

Permalink
Merge pull request #2 from pandora-prime/v0.5
Browse files Browse the repository at this point in the history
Version 0.5
  • Loading branch information
dr-orlovsky authored Sep 8, 2023
2 parents acb59fe + 07baec5 commit e5d2c37
Show file tree
Hide file tree
Showing 9 changed files with 316 additions and 1,076 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,14 @@ jobs:
with:
command: check
args: --workspace
binary:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install rust stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Default build
uses: actions-rs/cargo@v1
with:
command: build
args: --bins --features cli,serde
features:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
feature:
- serde
- cli
- electrum
steps:
- uses: actions/checkout@v2
- name: Install rust stable
Expand Down
Loading

0 comments on commit e5d2c37

Please sign in to comment.