Skip to content

Commit

Permalink
chore(Rust): Disable some Rust testing until later
Browse files Browse the repository at this point in the history
Later := Key Store Admin and Storage support Rust
  • Loading branch information
texastony committed Nov 20, 2024
1 parent c0fd733 commit 0272917
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/library_interop_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
ubuntu-latest,
macos-13,
]
language: [java, net, python, rust]
language: [java, net, python] #, rust]
# https://taskei.amazon.dev/tasks/CrypTool-5284
dotnet-version: ["6.0.x"]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -192,8 +192,8 @@ jobs:
ubuntu-latest,
macos-13,
]
encrypting_language: [java, net, python, rust]
decrypting_language: [java, net, python, rust]
encrypting_language: [java, net, python] #, rust]
decrypting_language: [java, net, python] #, rust]
dotnet-version: ["6.0.x"]
runs-on: ${{ matrix.os }}
permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/library_rust_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
ComAmazonawsDynamodb,
ComAmazonawsKms,
AwsCryptographyPrimitives,
AwsCryptographicMaterialProviders,
TestVectorsAwsCryptographicMaterialProviders,
# AwsCryptographicMaterialProviders,
# TestVectorsAwsCryptographicMaterialProviders,
]
# removed windows-latest because somehow it can't build aws-lc in CI
os: [ubuntu-latest, macos-13]
Expand Down

0 comments on commit 0272917

Please sign in to comment.