Skip to content

Commit 6b54985

Browse files
chore(CI): run clippy (#2181)
1 parent 6823d31 commit 6b54985

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/library_rust_tests.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Setup Rust Toolchain for GitHub CI
6666
uses: actions-rust-lang/setup-rust-toolchain@v1
6767
with:
68-
components: rustfmt
68+
components: rustfmt, clippy
6969

7070
- name: Setup Dafny
7171
uses: ./submodules/MaterialProviders/.github/actions/setup_dafny/
@@ -148,3 +148,11 @@ jobs:
148148
run: |
149149
cargo run --release --example main
150150
cargo test --release --example main
151+
152+
- name: Run clippy
153+
if: ${{ matrix.library == 'DynamoDbEncryption' }}
154+
working-directory: ${{ matrix.library }}/runtimes/rust
155+
shell: bash
156+
run: |
157+
cargo clippy
158+
cargo clippy --example main

0 commit comments

Comments
 (0)