branch: master
commit c90d5ad3ff7300a4cad05cb6d83f6f462cd594aa
Author: Xu Chunyang <[email protected]>
Commit: Eric Schulte <[email protected]>

    Don't forget run byte compile on github ci
---
 .github/workflows/test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 846991c..0b2fe18 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -17,4 +17,4 @@ jobs:
         version: ${{ matrix.emacs_version }}
     - uses: actions/checkout@v1
     - name: Run tests
-      run: make check
+      run: make src check

Reply via email to