We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b0b47 commit 1a1942cCopy full SHA for 1a1942c
.github/workflows/library_rust_tests.yml
@@ -102,3 +102,10 @@ jobs:
102
working-directory: ./${{ matrix.library }}
103
run: |
104
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