diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-03 15:35:06 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-03 15:35:06 +0100 |
| commit | d375a95a7acbe9871d4188af12d8ae419d9b7184 (patch) | |
| tree | 2518dd493352705bcc7e2dae016f97afc05c2389 /.github/workflows | |
| parent | 3c81fa33252143ff44f96ae81e12d4b0dc0a83c9 (diff) | |
Update CI, separate compile and test run
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/makefile.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index bf7c0f7..b109e3d 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -33,5 +33,7 @@ jobs: - uses: purcell/setup-emacs@master with: version: ${{ matrix.emacs-version }} - - name: Compile and run tests + - name: Compile + run: make compile + - name: Run tests run: make test |
