Skip to content

Commit 9b4adcc

Browse files
committed
Merge branch 'fix/local-test-instructions' into 'master'
Add pre-push testing requirement to CLAUDE.md See merge request postgres-ai/database-lab!1101
2 parents db51bd4 + 9487e48 commit 9b4adcc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
88
1.1. **Entry Points** (`cmd/`)
99
2. **Frontend code** (`ui/`)
1010

11+
## Testing Before Pushing
12+
13+
**Always run tests before pushing.** If tests fail, do not push. Fix the failing tests first. Only skip this if the user explicitly says to ignore test failures.
14+
1115
## Build/Test/Lint Commands
1216
- Build all components: `cd engine && make build`
1317
- Lint code: `cd engine && make run-lint`

0 commit comments

Comments
 (0)