We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08304c commit 99441c0Copy full SHA for 99441c0
1 file changed
.github/workflows/build-and-test-rust.yml
@@ -48,19 +48,19 @@ jobs:
48
restore-keys: |
49
${{ runner.os }}-rust-
50
51
- - name: Check formatting of Batcher
+ - name: Check formatting
52
run: |
53
- cd batcher
+ cd crates
54
cargo fmt --all -- --check
55
56
- - name: Run Clippy on Batcher
+ - name: Run Clippy
57
58
59
cargo clippy --all -- -D warnings
60
61
- name: Build Batcher
62
63
64
cargo build --all
65
66
- name: Check formatting of AggregationMode
0 commit comments