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 Dec 4, 2024
1 parent 34c661b commit 4f71520
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 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
7 changes: 3 additions & 4 deletions .github/workflows/library_rust_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ jobs:
strategy:
fail-fast: false
matrix:
library:
[
library: [
StandardLibrary,
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 4f71520

Please sign in to comment.