Skip to content

Commit 99441c0

Browse files
committed
refactor: rust ci
1 parent c08304c commit 99441c0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@ jobs:
4848
restore-keys: |
4949
${{ runner.os }}-rust-
5050
51-
- name: Check formatting of Batcher
51+
- name: Check formatting
5252
run: |
53-
cd batcher
53+
cd crates
5454
cargo fmt --all -- --check
5555
56-
- name: Run Clippy on Batcher
56+
- name: Run Clippy
5757
run: |
58-
cd batcher
58+
cd crates
5959
cargo clippy --all -- -D warnings
6060
6161
- name: Build Batcher
6262
run: |
63-
cd batcher
63+
cd crates
6464
cargo build --all
6565
6666
- name: Check formatting of AggregationMode

0 commit comments

Comments
 (0)