diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2058391..d8d5d9a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,26 +2,8 @@ name: CI on: pull_request: - push: jobs: - test: - runs-on: ubuntu-latest - strategy: - matrix: - emacs_version: - - 28.1 - steps: - - name: Set up Emacs - uses: purcell/setup-emacs@master - with: - version: ${{matrix.emacs_version}} - - - name: Check out the source code - uses: actions/checkout@v2 - - - name: Test the project - run: | - make ci-dependencies - emacs --version - make check + compile: + name: Compile + uses: DamienCassou/emacs-workflows/.github/workflows/makel.yml@main