ci: remove byte-compile from test workflow
All checks were successful
git-sync-with-mirror / test (push) Successful in 3m14s
git-sync-with-mirror / git-sync (push) Successful in 14s

Byte-compile without installed packages produces false positives.
Load test is sufficient for CI validation.
This commit is contained in:
2026-02-27 23:42:34 -05:00
parent 0879b710b3
commit 28473e6497

View File

@@ -29,10 +29,6 @@ jobs:
run: |
emacs --batch -l init.el
- name: Byte compile configuration
run: |
emacs --batch -f batch-byte-compile init.el modules/*.el
git-sync:
runs-on: ubuntu-latest
needs: test