Skip to content

Commit 09dd234

Browse files
committed
ci: fix batcher path
1 parent 2fee7f6 commit 09dd234

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-test-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
116116
- name: Run Batcher tests
117117
run: |
118-
cd batcher
118+
cd crates
119119
cargo test --all
120120
121121
- name: Run AggregationMode tests

0 commit comments

Comments
 (0)