aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-05 05:12:11 -0500
committerCraig Jennings <c@cjennings.net>2026-05-05 05:12:11 -0500
commitfda1e989e0c22433b0214ab537a61852d906fd4b (patch)
tree81ae67e370ce28abcd931ff8f2219ec88821a9da /.github
parent84949b4b1d767b10e400bdb126d6091f0684cd65 (diff)
downloadchime-fda1e989e0c22433b0214ab537a61852d906fd4b.tar.gz
chime-fda1e989e0c22433b0214ab537a61852d906fd4b.zip
test: tag integration suite :slow and unstick test-all
I tagged the 15 end-to-end tests across `test-integration-chime-mode.el`, `test-integration-recurring-events-tooltip.el`, and `test-integration-startup.el` with `:tags '(:slow)`. The default `make test` now runs only the 652 fast unit tests; `make test-all` runs the full 667. While verifying, I hit a pre-existing bug in `tests/Makefile` where `test-all`'s `--eval '(ert-run-tests-batch-and-exit)'` came back from eask's argv passthrough with its quotes stripped, which broke shell parsing. Passing the explicit `t` selector dodges whatever eask does to no-arg single-quoted forms. The bug only mattered once integration tests were `:slow` — before that, `test-all` overlapped fully with `test-unit` plus `test-integration`, so nothing actually depended on it working.
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions