Skip to content

Commit f957a69

Browse files
committed
remove .evergreen/scripts/run-tests from this PR
1 parent 71de21f commit f957a69

File tree

2 files changed

+11
-61
lines changed

2 files changed

+11
-61
lines changed

.evergreen/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,17 @@ functions:
284284
PYTHON_BINARY=${PYTHON_BINARY} bash ${PROJECT_DIRECTORY}/.evergreen/hatch.sh doctest:test
285285
286286
"run tests":
287+
- command: shell.exec
288+
params:
289+
working_dir: "src"
290+
shell: bash
291+
background: true
292+
include_expansions_in_env: ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_SESSION_TOKEN"]
293+
script: |
294+
. .evergreen/scripts/env.sh
295+
if [ -n "${test_encryption}" ]; then
296+
./.evergreen/hatch.sh encryption:setup
297+
fi
287298
- command: shell.exec
288299
type: test
289300
params:

.evergreen/scripts/run-tests.sh

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)