aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2023-12-10 15:08:15 -0500
committerKyle Meyer <kyle@kyleam.com>2023-12-10 15:08:15 -0500
commit4816da4c1604aa2030b21ed53326247b524e42b2 (patch)
tree18f820673183d9dae6294e79e7e394c8493be175 /.github
parent577b7128da4e60455d88bf7ac32742c83ffe1fa5 (diff)
downloadsnakemake-mode-4816da4c1604aa2030b21ed53326247b524e42b2.tar.gz
ci: Compile transient too
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 6daa829..0ae8a9f 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -41,6 +41,8 @@ jobs:
pip install snakemake
- name: Build compat
run: make -C compat compile
+ - name: Build transient
+ run: make -C transient lisp
- name: Build snakemake-mode
run: make -C snakemake-mode all
- name: Test snakemake-mode