Run FS bench in CI as well
[rust-lightning] / .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