File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ go build ./cmd/cue
21
21
22
22
``` bash
23
23
# Run all tests
24
+ # Any change to the repo should run all tests to ensure correctness.
24
25
go test ./...
25
26
26
27
# Run tests for a specific package
@@ -62,7 +63,7 @@ go fmt ./...
62
63
- ` /internal/core/ ` - Core evaluation engine
63
64
- ` adt/ ` - Core data structures and algorithms
64
65
- ` compile/ ` - Compilation logic
65
- - ` eval /` - Evaluation engine
66
+ - ` dep /` - Dependency analysis
66
67
- ` export/ ` - Export functionality
67
68
68
69
### Command-Line Tool
@@ -90,7 +91,7 @@ go fmt ./...
90
91
- Single commit per PR/CL model
91
92
- Requires DCO (Developer Certificate of Origin) sign-off
92
93
- Both GitHub PRs and GerritHub CLs are supported
93
- - Changes must be linked to a GitHub issue (except trivial changes)
94
+ - Changes should be linked to a GitHub issue (except trivial changes)
94
95
95
96
### Module Information
96
97
- Module: ` cuelang.org/go `
You can’t perform that action at this time.
0 commit comments