mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 23:08:36 +01:00
Merge pull request #815 from TheBlueMatt/2021-03-router-fuzzzzzzzz
Track full-path htlc-minimum-msat while routing
This commit is contained in:
commit
d3231a2391
2 changed files with 720 additions and 198 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -153,6 +153,11 @@ jobs:
|
|||
echo "Bad hash"
|
||||
exit 1
|
||||
fi
|
||||
- name: Test with Network Graph on Rust ${{ matrix.toolchain }}
|
||||
run: |
|
||||
cd lightning
|
||||
RUSTFLAGS="--cfg=require_route_graph_test" cargo test
|
||||
cd ..
|
||||
- name: Run benchmarks on Rust ${{ matrix.toolchain }}
|
||||
run: |
|
||||
cd lightning
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue