build(test): make backend test entrypoint deterministic#40
Merged
Conversation
Resolve the README conflict and align the new testing docs with the backend-only test entrypoint.
Route the standard Zig matrix through nullclaw/nullbuilder while keeping NullHub-specific UI E2E and linux-aarch64 checks local.
Use nullbuilder v1 hooks for CI, release builds, UI asset preparation, E2E, source archives, and Docker publishing.
DonPrus
approved these changes
May 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
zig build test -Dembed-ui=false -Dbuild-ui=false --summary allzig build test -Dbuild-ui=falsestill expected prebuilt embedded UI assets because UI embedding remained enablednullclaw/nullbuildermainandv1with reusable workflow hooks for Node setup, target matrices, generated asset prebuilds, E2E commands, source archives, target-specific check names, and the shared Zig setup actionnullbuilder@v1, including UI asset preparation, E2E, ReleaseSmall artifacts, source archive, and Docker publishing-Dembed-ui=falsepathValidation
rm -rf ui/node_modules ui/build .generated_ui_assets.zig && zig build test -Dembed-ui=false -Dbuild-ui=false --summary allnpm --prefix ui ci --no-audit --no-fundnpm --prefix ui run buildbash tests/test_e2e.shzig fmt --check src/ruby -e 'require "yaml"; Dir[".github/workflows/*.yml"].each { |f| YAML.load_file(f); puts "ok #{f}" }'ruby -e 'require "yaml"; require "json"; [".github/workflows/ci.yml", ".github/workflows/release.yml"].each { |f| y=YAML.load_file(f); jobs=y.fetch("jobs"); jobs.each_value { |j| next unless j["with"] && j["with"]["targets_json"]; JSON.parse(j["with"]["targets_json"]) }; puts "json ok #{f}" }'git diff --checkNotes
nullbuilder@v1now points atd188f08, which includes the hooks used by this PR