Skip to content

Commit

Permalink
CI/benches: fix default working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed May 24, 2024
1 parent 6816d17 commit e51461b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/benches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@ on:
- ".github/workflows/benches.yml"
- "benches/**"

defaults:
run:
working-directory: ./benches

jobs:
benches:
runs-on: ubuntu-latest
steps:
- working-directory: ./benches
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
Expand Down

0 comments on commit e51461b

Please sign in to comment.