jolt/.github/workflows
Yogthos 3e52c90532 test/ci: vendor clojure-test-suite as a submodule; run it in CI
The cross-dialect clojure-test-suite (jank-lang fork) is now a git submodule at
vendor/clojure-test-suite instead of a personal ~/src checkout. The harness reads
it from the vendored path only (skips cleanly if the submodule isn't initialized:
`git submodule update --init`).

CI already checks out submodules recursively (for vendor/sci), so the suite is now
fetched and — since `jpm test` recurses through test/ — the baseline (3981 pass /
66 clean) is enforced on every push/PR. Updated the checkout comment accordingly.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-08 18:57:38 -04:00
..
tests.yml test/ci: vendor clojure-test-suite as a submodule; run it in CI 2026-06-08 18:57:38 -04:00