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:
2026-07-20 00:23:04 +03:00
parent e63dacfdbf
commit 60b7b7522f
6 changed files with 88 additions and 16 deletions
+1 -1
View File
@@ -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/)