Skip to content

Commit 705d854

Browse files
authored
chore: Instruct Claude to run tests in non-interactive mode (#95343)
Otherwise it gets stuck. It doesn't obey the rules set in `.cursor`, unfortunately.
1 parent 518578b commit 705d854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ pnpm test
8989

9090
# Run specific test file
9191
pytest tests/sentry/api/test_base.py
92-
pnpm test components/avatar.spec.tsx
92+
CI=true pnpm test components/avatar.spec.tsx
9393
```
9494

9595
### Code Quality

0 commit comments

Comments
 (0)