Content Sureness
build-binaries / build-binaries (pull_request) Successful in 2m16s
test-image / build-image (pull_request) Successful in 48s
test / test (pull_request) Successful in 1m26s

This commit is contained in:
2026-06-20 09:44:44 +02:00
parent cdbbba3181
commit 3b23910055
4 changed files with 45 additions and 2 deletions
+4
View File
@@ -42,3 +42,7 @@ make build # cmd/* -> ./bin
make smoke # assert fail-closed contract
make image # crucible:<sha>
```
## Tests
Tests must survive harmless changes to constants, defaults, wording, ordering, fixture data, and internal implementation details. A test that fails merely because a basic value changed is usually a bad test. Only assert exact values when the value is part of a documented public contract, external protocol, compatibility requirement, security rule, migration, or business rule.