X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.github%2Fworkflows%2Fbuild.yml;fp=.github%2Fworkflows%2Fbuild.yml;h=ab10b36d25ae09a07d5f3f251b6991ff33f77ed0;hb=dedc8306f68e397dd51d0e9055eab2c04e373cdf;hp=cff105470d23d1455ca4479a23b63b365c29b4a0;hpb=efbaa41fae811bea2c004799f7e36c2882941985;p=rust-lightning diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cff10547..ab10b36d 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 + RUSTFLAGS="--cfg=require_route_graph_test" cargo test --features hashbrown,ahash cd .. - name: Run benchmarks on Rust ${{ matrix.toolchain }} run: |