diff --git a/.github/workflows/benches.yml b/.github/workflows/benches.yml index 118a176540..197676fd4c 100644 --- a/.github/workflows/benches.yml +++ b/.github/workflows/benches.yml @@ -9,6 +9,9 @@ on: jobs: benches: runs-on: ubuntu-latest + defaults: + run: + working-directory: ./benches steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master