Skip to content

Commit

Permalink
Merge pull request #20 from LtbLightning/updates-for-v0.13
Browse files Browse the repository at this point in the history
Updates for v0.13
  • Loading branch information
BitcoinZavior authored Feb 26, 2024
2 parents 7b4e6c4 + 42262bf commit 493c86b
Show file tree
Hide file tree
Showing 28 changed files with 2,869 additions and 2,210 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ jobs:
build:
strategy:
matrix:
toolchain: [stable, beta]
include:
- toolchain: stable
check-fmt: true
toolchain: [stable, nightly]
runs-on: ubuntu-latest
steps:
- name: Checkout source code
Expand All @@ -21,7 +18,7 @@ jobs:
override: true
profile: minimal
- name: Build on Rust ${{ matrix.toolchain }}
run: cargo build --verbose --color always
- name: Check formatting
if: matrix.check-fmt
run: cargo build --color always --all-targets
- name: Check formatting (nightly only)
if: matrix.rust == 'nightly'
run: rustup component add rustfmt && cargo fmt --all -- --check
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ __pycache__
/python/payjoin.egg-info/
/python/.venv/
/python/.env
.DS_Store
Loading

0 comments on commit 493c86b

Please sign in to comment.