Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1a1942c

Browse files
committedNov 21, 2024·
chore(examples): Run Rust examples in CI
1 parent 40b0b47 commit 1a1942c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎.github/workflows/library_rust_tests.yml

Lines changed: 7 additions & 0 deletions
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 }}
109+
shell: bash
110+
run: |
111+
cargo run --example main

0 commit comments

Comments
 (0)
Please sign in to comment.