Skip to content

Commit 307f4bf

Browse files
committed
Fix GitHub Actions config
1 parent bdaa097 commit 307f4bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@ jobs:
4040
- name: Build benchmark
4141
uses: actions-rs/cargo@v1
4242
with:
43+
working-directory: rust
4344
command: build
4445
args: --release --all-features
4546
- name: Run benchmark
4647
uses: actions-rs/cargo@v1
4748
with:
49+
working-directory: rust
4850
command: bench
4951
args: --bench bench -- --output-format bencher | tee out.txt
5052
- name: Prepare benchmark results

0 commit comments

Comments
 (0)