Skip to content

Commit 0a273a3

Browse files
committed
PYTHON-4977 Add import time check on Windows
1 parent ca4aed3 commit 0a273a3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.evergreen/config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1798,11 +1798,17 @@ buildvariants:
17981798
- name: test_aws_lambda_task_group
17991799

18001800
- name: rhel8-import-time
1801-
display_name: Import Time
1801+
display_name: Import Time Linux
18021802
run_on: rhel87-small
18031803
tasks:
18041804
- name: "check-import-time"
18051805

1806+
- name: windows-import-time
1807+
display_name: Import Time Windows
1808+
run_on: windows-64-vsMulti-small
1809+
tasks:
1810+
- name: "check-import-time"
1811+
18061812
- name: backport-pr
18071813
display_name: "Backport PR"
18081814
run_on:

0 commit comments

Comments
 (0)