Skip to content

Commit 2474750

Browse files
chore: move testing back to standalone
1 parent 9320b59 commit 2474750

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2391,7 +2391,7 @@ buildvariants:
23912391
NODE_LTS_NAME: gallium
23922392
CLIENT_ENCRYPTION: true
23932393
tasks:
2394-
- test-rapid-replica_set
2394+
- test-rapid-server
23952395
- name: lint
23962396
display_name: lint
23972397
run_on: ubuntu1804-large

.evergreen/generate_evergreen_tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ BUILD_VARIANTS.push({
379379
NODE_LTS_NAME: LATEST_LTS,
380380
CLIENT_ENCRYPTION: true
381381
},
382-
tasks: ['test-rapid-replica_set']
382+
tasks: ['test-rapid-server']
383383
});
384384

385385
// singleton build variant for linting

0 commit comments

Comments
 (0)