ci: run make test on every PR and push to main
Add .github/workflows/ci.yml (Nim + gcc → make test). Keep selfhost-loop as an optional/weekly job. Document CI layout; reformat hir_lower for fmt-check.
This commit is contained in:
@@ -318,7 +318,7 @@ make test-examples
|
||||
# Golden diagnostic tests (Rust-style error format)
|
||||
make test-errors
|
||||
|
||||
# Full unit + example suite
|
||||
# Full unit + example suite (also run on every PR via GitHub Actions `ci.yml`)
|
||||
make test
|
||||
|
||||
# Full-tree format check (lib/ examples/ src/ tests/ apps/)
|
||||
|
||||
Reference in New Issue
Block a user