From 28473e649764191b8764d80d39057a9dee59a40b Mon Sep 17 00:00:00 2001 From: Astounds Date: Fri, 27 Feb 2026 23:42:34 -0500 Subject: [PATCH] ci: remove byte-compile from test workflow Byte-compile without installed packages produces false positives. Load test is sufficient for CI validation. --- .gitea/workflows/git-sync.yaml | 4 ---- 1 file changed, 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