aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-09-27 16:43:41 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2023-09-27 16:48:16 +0200
commita417d78f8abfc46386a4008fd694b77ba3e8fb2b (patch)
tree6f0efbcd090c3ec4894aee2c07b961a8ea013820 /.github
parenta16662cbc5db33350b7ab0f5a345952fd6c03403 (diff)
Makefile: Add target force-compile
Move sed substitution from CI workflow.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/makefile.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
index 89aac7e..daeb5ad 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -47,9 +47,7 @@ jobs:
- name: Run interpreted tests
run: make test
- name: Byte compile all files
- run: |
- sed -i "s/ no-byte-compile: t;//" compat-macs.el compat-tests.el
- make compile
+ run: make force-compile
- name: Run compiled tests
run: make test
- name: Make info manual