branch: elpa/git-commit commit 0194bd27081c7a23ad7f0d1d54516022eddc7dfc Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
ci: Build compat --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 68340d7716..eedc7af639 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,6 +50,8 @@ jobs: with: repository: magit/magit path: magit + - name: Build compat + run: make -C compat compile - name: Build magit run: make -C magit all - name: Test magit