Skip to content

Commit

Permalink
chore(examples): Run Rust examples in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikKapila committed Nov 21, 2024
1 parent 40b0b47 commit 1a1942c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/library_rust_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,10 @@ jobs:
working-directory: ./${{ matrix.library }}
run: |
make test_rust
- name: Test Examples for Rust in ${{ matrix.library }}
if: ${{ matrix.library == 'DynamoDbEncryption' }}
working-directory: ${{ matrix.library }}
shell: bash
run: |
cargo run --example main

0 comments on commit 1a1942c

Please sign in to comment.