Skip to content

Commit

Permalink
chore: Add missing testvectors test (#1170)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishav-karanjit authored Jan 2, 2025
1 parent 93798f1 commit eac5b14
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/library_go_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
ComAmazonawsDynamodb,
AwsCryptographyPrimitives,
AwsCryptographicMaterialProviders,
TestVectorsAwsCryptographicMaterialProviders,
]
go-version: ["1.23"]
os: [
Expand Down Expand Up @@ -83,6 +84,14 @@ jobs:
CORES=$(node -e 'console.log(os.cpus().length)')
make transpile_go CORES=$CORES
# TODO: Remove this after Go polymorph does not generate unwanted duplicate code.
- name: Purge polymorph code in Go
if: matrix.library == 'TestVectorsAwsCryptographicMaterialProviders'
working-directory: ./${{ matrix.library }}
shell: bash
run: |
make purge_polymorph_code
- name: Test ${{ matrix.library }}
working-directory: ./${{ matrix.library }}
shell: bash
Expand Down

0 comments on commit eac5b14

Please sign in to comment.