Merge pull request #1301 from TheBlueMatt/2022-02-router-no-test
[rust-lightning] / .github / workflows / build.yml
index fef042beee6a79f7c2e5812890b698641e093834..c982060a8c5cab14c7d077ff123314e4607d91ab 100644 (file)
@@ -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