Skip to content

Commit f35e15c

Browse files
committed
Fix benches CI job
1 parent ba7f515 commit f35e15c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/benches.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
jobs:
1010
benches:
1111
runs-on: ubuntu-latest
12+
defaults:
13+
run:
14+
working-directory: ./benches
1215
steps:
1316
- uses: actions/checkout@v4
1417
- uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)