-
Notifications
You must be signed in to change notification settings - Fork 40
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 #288 from YusukeShimizu/lwk-swap
make lwk available
- Loading branch information
Showing
67 changed files
with
6,922 additions
and
759 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 |
---|---|---|
|
@@ -33,31 +33,14 @@ jobs: | |
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
test-vector: [bitcoin-cln, bitcoin-lnd, liquid-cln, liquid-lnd, misc-integration] | ||
|
||
test-vector: [bitcoin-cln, bitcoin-lnd, liquid-cln, liquid-lnd, misc-integration, lwk-cln, lwk-lnd] | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
|
||
- name: "Cache Nix store" | ||
uses: actions/[email protected] | ||
id: nix-cache | ||
with: | ||
path: /tmp/nixcache | ||
key: nix-${{ hashFiles('packages.nix') }} | ||
|
||
- name: Install Nix | ||
uses: cachix/install-nix-action@v20 | ||
uses: actions/checkout@v4 | ||
with: | ||
nix_path: nixpkgs=channel:nixos-unstable | ||
|
||
- name: "Import Nix store cache" | ||
if: "steps.nix-cache.outputs.cache-hit == 'true'" | ||
run: "nix-store --import < /tmp/nixcache" | ||
|
||
- name: Run tests | ||
run: nix-shell --run "make test-${{matrix.test-vector}}" | ||
|
||
- name: "Export Nix store cache" | ||
if: "steps.nix-cache.outputs.cache-hit != 'true'" | ||
run: "nix-store --export $(find /nix/store -maxdepth 1 -name '*-*') > /tmp/nixcache" | ||
fetch-depth: 0 | ||
- name: Install Nix and run tests | ||
uses: determinateSystems/nix-installer-action@v12 | ||
- uses: DeterminateSystems/magic-nix-cache-action@v7 | ||
- uses: DeterminateSystems/flake-checker-action@v8 | ||
- run: nix-shell --run "make test-${{matrix.test-vector}}" |
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
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
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
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.