Skip to content

Commit 3376bf6

Browse files
committed
fix
1 parent 1a1942c commit 3376bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/library_rust_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
106106
- name: Test Examples for Rust in ${{ matrix.library }}
107107
if: ${{ matrix.library == 'DynamoDbEncryption' }}
108-
working-directory: ${{ matrix.library }}
108+
working-directory: ./${{ matrix.library }}/runtimes/rust/
109109
shell: bash
110110
run: |
111111
cargo run --example main

0 commit comments

Comments
 (0)