branch: elpa/logview commit aa0cf8e805fe8221c37307cf992322b10c0983d0 Author: Paul Pogonyshev <pogonys...@gmail.com> Commit: Paul Pogonyshev <pogonys...@gmail.com>
Improve CI workflow so that it is obvious when the problem is in byte-compilation and not in failing tests. --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e789d3ba43..fd4d260d86 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,6 +44,9 @@ jobs: - name: Test the project run: | eldev -p -dtT -C test --expect 20 + + - name: Ensure clean byte-compilation + run: | eldev -dtT -C compile --set all --warnings-as-errors - name: Lint the project