branch: elpa/datetime
commit bde4287c1d75846d305714f1f77d2516c4e649c9
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 12440a2013..f30a96807b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -54,6 +54,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: Ensure that copyright notices are up-to-date

Reply via email to