aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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