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 05c2fdc commit 40e0397Copy full SHA for 40e0397
.github/workflows/library_rust_tests.yml
@@ -121,6 +121,13 @@ jobs:
121
run: |
122
make test_rust
123
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
+
131
- name: Test ${{ matrix.library }} Rust Fips
132
shell: bash
133
working-directory: ./${{ matrix.library }}/runtimes/rust/
0 commit comments