Skip to content

Commit e120cce

Browse files
addaleaxCopilot
andauthored
Update .evergreen/tasks/unit-tests.js
Co-authored-by: Copilot <[email protected]>
1 parent 8135ddb commit e120cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/tasks/unit-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ for (let variant of UNIT_TESTS_BUILD_VARIANTS) {
4444
for (let unitTest of UNIT_TESTS.filter(
4545
(t) =>
4646
t.variants.includes(variant.platform) &&
47-
(!t.unitTestsOnly || (t.unitTestsOnly && variant.runWithUnitTestsOnly)) &&
47+
(!t.unitTestsOnly || variant.runWithUnitTestsOnly) &&
4848
!variant.disable
4949
)) {
5050
UNIT_TESTS_WITH_BUILD_VARIANTS.push([unitTest, variant]);

0 commit comments

Comments
 (0)