Skip to content

Commit a141ed9

Browse files
chore: llm generated tests (#121)
1 parent 54486da commit a141ed9

File tree

9 files changed

+4133
-2
lines changed

9 files changed

+4133
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ jobs:
8181
"ref": "${{ github.ref }}",
8282
"lang": "bun",
8383
"bun-version": "latest",
84-
"test_cmd": "bun run vitest --run --exclude '**/account-basin*'"
84+
"test_cmd": "S2_LITE=1 bun run vitest --run --exclude '**/account-basin*' --exclude '**/accessTokens*' --exclude '**/metrics*' --exclude '**/spec.e2e*'"
8585
}
8686
]

0 commit comments

Comments
 (0)