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 1a1942c commit 3376bf6Copy full SHA for 3376bf6
.github/workflows/library_rust_tests.yml
@@ -105,7 +105,7 @@ jobs:
105
106
- name: Test Examples for Rust in ${{ matrix.library }}
107
if: ${{ matrix.library == 'DynamoDbEncryption' }}
108
- working-directory: ${{ matrix.library }}
+ working-directory: ./${{ matrix.library }}/runtimes/rust/
109
shell: bash
110
run: |
111
cargo run --example main
0 commit comments