X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=.github%2Fworkflows%2Fbuild.yml;fp=.github%2Fworkflows%2Fbuild.yml;h=c982060a8c5cab14c7d077ff123314e4607d91ab;hb=963f8d93b58ebf5d5ee1d6e3e3654c11a4597a0f;hp=fef042beee6a79f7c2e5812890b698641e093834;hpb=482d718e27ef9229747eb2d2d9b6dab01cf5e23f;p=rust-lightning diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fef042be..c982060a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -231,7 +231,7 @@ jobs: cd .. - name: Run benchmarks on Rust ${{ matrix.toolchain }} run: | - cargo bench --features unstable + cargo bench --features _bench_unstable check_commits: runs-on: ubuntu-latest