Skip to content

Commit bffc15f

Browse files
committed
Exclude integration tests from bun test
1 parent 8a29161 commit bffc15f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bunfig.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ linker = "hoisted"
55
linkWorkspacePackages = true
66

77
[test]
8-
# Exclude test repositories from test execution to prevent timeouts
9-
exclude = ["evals/test-repos/**"]
8+
# Exclude test repositories and integration tests from test execution by default
9+
exclude = ["evals/test-repos/**", "**/*.integration.test.*"]
1010
preload = ["./sdk/test/setup-env.ts", "./test/setup-bigquery-mocks.ts"]

0 commit comments

Comments
 (0)