diff options
| author | Astounds <kirito@disroot.org> | 2026-02-27 23:42:34 -0500 |
|---|---|---|
| committer | Astounds <kirito@disroot.org> | 2026-02-27 23:42:34 -0500 |
| commit | 28473e649764191b8764d80d39057a9dee59a40b (patch) | |
| tree | b7aeba0191ade61ab1d0126928166c3c4616c2b3 | |
| parent | 0879b710b36c118322775d1d330ed292d79d6dd2 (diff) | |
| download | emacs-personal-28473e649764191b8764d80d39057a9dee59a40b.tar.lz emacs-personal-28473e649764191b8764d80d39057a9dee59a40b.tar.xz emacs-personal-28473e649764191b8764d80d39057a9dee59a40b.zip | |
ci: remove byte-compile from test workflow
Byte-compile without installed packages produces false positives.
Load test is sufficient for CI validation.
| -rw-r--r-- | .gitea/workflows/git-sync.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitea/workflows/git-sync.yaml b/.gitea/workflows/git-sync.yaml index 561f3b4..eb1cdf3 100644 --- a/.gitea/workflows/git-sync.yaml +++ b/.gitea/workflows/git-sync.yaml @@ -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 |
