Skip to content

Commit d638ee9

Browse files
authored
chore(examples): Run Rust examples in CI (#1477)
* chore(examples): Run Rust examples in CI
1 parent 40b0b47 commit d638ee9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/library_rust_tests.yml

+7
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,10 @@ jobs:
102102
working-directory: ./${{ matrix.library }}
103103
run: |
104104
make test_rust
105+
106+
- name: Test Examples for Rust in ${{ matrix.library }}
107+
if: ${{ matrix.library == 'DynamoDbEncryption' }}
108+
working-directory: ./${{ matrix.library }}/runtimes/rust/
109+
shell: bash
110+
run: |
111+
cargo run --example main

0 commit comments

Comments
 (0)