X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.github%2Fworkflows%2Fbuild.yml;h=951691e96bb892cdb0fca2968314f9fee4e216be;hb=57911dcd415d2f9cafdbcef1ab9b0d38de3954fa;hp=0b03e4644241074b303f863d4476eef4dd9175ae;hpb=d5344dc1789ccf528e23f786693f4441bff90f64;p=rust-lightning diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0b03e464..951691e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -110,7 +110,7 @@ jobs: run: | cd lightning RUSTFLAGS="--cfg=require_route_graph_test" cargo test - RUSTFLAGS="--cfg=require_route_graph_test" cargo test --features hashbrown,ahash + RUSTFLAGS="--cfg=require_route_graph_test" cargo test --features hashbrown cd .. - name: Run benchmarks on Rust ${{ matrix.toolchain }} run: |