Skip to content

Commit 40e0397

Browse files
committed
m
1 parent 05c2fdc commit 40e0397

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
@@ -121,6 +121,13 @@ jobs:
121121
run: |
122122
make test_rust
123123
124+
- name: Configure AWS Credentials
125+
uses: aws-actions/configure-aws-credentials@v5
126+
with:
127+
aws-region: us-west-2
128+
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
129+
role-session-name: DDBEC-Dafny-Rust-Tests
130+
124131
- name: Test ${{ matrix.library }} Rust Fips
125132
shell: bash
126133
working-directory: ./${{ matrix.library }}/runtimes/rust/

0 commit comments

Comments
 (0)