Run FS bench in CI as well 2021-03-bench-sends
authorMatt Corallo <git@bluematt.me>
Thu, 8 Apr 2021 02:55:10 +0000 (22:55 -0400)
committerMatt Corallo <git@bluematt.me>
Thu, 8 Apr 2021 02:55:44 +0000 (22:55 -0400)
.github/workflows/build.yml

index a342b5610dc89886d2bb97ef5c3d04fc90ce2e31..f39b46606c63cc8a7a1b2c36c258ff08853c7432 100644 (file)
@@ -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