Skip to content

Commit d3231a2

Browse files
authored
Merge pull request #815 from TheBlueMatt/2021-03-router-fuzzzzzzzz
Track full-path htlc-minimum-msat while routing
2 parents e23c270 + 5f5bc41 commit d3231a2

File tree

2 files changed

+720
-198
lines changed

2 files changed

+720
-198
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,11 @@ jobs:
153153
echo "Bad hash"
154154
exit 1
155155
fi
156+
- name: Test with Network Graph on Rust ${{ matrix.toolchain }}
157+
run: |
158+
cd lightning
159+
RUSTFLAGS="--cfg=require_route_graph_test" cargo test
160+
cd ..
156161
- name: Run benchmarks on Rust ${{ matrix.toolchain }}
157162
run: |
158163
cd lightning

0 commit comments

Comments
 (0)