Skip to content

Commit b2c1eb5

Browse files
committed
m
1 parent 7572e0d commit b2c1eb5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/library_rust_tests.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
library:
23-
[
24-
DynamoDbEncryption,
25-
TestVectors,
26-
]
22+
library: [DynamoDbEncryption, TestVectors]
2723
# removed windows-latest because somehow it can't build aws-lc in CI
2824
os: [ubuntu-latest, macos-13]
2925
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)