aboutsummaryrefslogtreecommitdiff
path: root/test/harness.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/harness.ts')
-rw-r--r--test/harness.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/harness.ts b/test/harness.ts
index f6c0f0e98..16d04c1b4 100644
--- a/test/harness.ts
+++ b/test/harness.ts
@@ -7,6 +7,7 @@ export const bunEnv: any = {
NO_COLOR: "1",
FORCE_COLOR: undefined,
TZ: "Etc/UTC",
+ CI: "1",
};
export function bunExe() {