Skip to content

Commit 20c3590

Browse files
authored
CSHARP-5574: Fix EFCore encryption tests failure in C# Driver CI (mongodb#1674)
1 parent 6216289 commit 20c3590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evergreen/evergreen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1634,7 +1634,7 @@ tasks:
16341634
LOCAL_PATH: ${workdir}/efcore
16351635
SCRIPT: |
16361636
${PREPARE_SHELL}
1637-
CRYPT_SHARED_LIB_PATH="${CRYPT_SHARED_LIB_PATH}" DRIVER_VERSION="${PACKAGE_VERSION}" bash ./evergreen/run-tests.sh
1637+
CRYPT_SHARED_LIB_PATH="${CRYPT_SHARED_LIB_PATH}" DRIVER_VERSION="${PACKAGE_VERSION}" MONGODB_VERSION="${VERSION}" bash ./evergreen/run-tests.sh
16381638
16391639
axes:
16401640
- id: version

0 commit comments

Comments
 (0)