ci: remove byte-compile from test workflow
Byte-compile without installed packages produces false positives. Load test is sufficient for CI validation.
This commit is contained in:
@@ -29,10 +29,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
emacs --batch -l init.el
|
emacs --batch -l init.el
|
||||||
|
|
||||||
- name: Byte compile configuration
|
|
||||||
run: |
|
|
||||||
emacs --batch -f batch-byte-compile init.el modules/*.el
|
|
||||||
|
|
||||||
git-sync:
|
git-sync:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: test
|
needs: test
|
||||||
|
|||||||
Reference in New Issue
Block a user