From b1306b3b5d5ecf9a2a80418e3731ca61dedb20a1 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Wed, 7 Apr 2021 22:55:10 -0400 Subject: [PATCH] Run FS bench in CI as well --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a342b561..f39b4660 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -160,9 +160,7 @@ jobs: cd .. - name: Run benchmarks on Rust ${{ matrix.toolchain }} run: | - cd lightning cargo bench --features unstable - cd .. check_commits: runs-on: ubuntu-latest -- 2.30.2