diff options
author | Kyle Meyer <kyle@kyleam.com> | 2023-12-10 15:08:15 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2023-12-10 15:08:15 -0500 |
commit | 4816da4c1604aa2030b21ed53326247b524e42b2 (patch) | |
tree | 18f820673183d9dae6294e79e7e394c8493be175 /.github/workflows | |
parent | 577b7128da4e60455d88bf7ac32742c83ffe1fa5 (diff) | |
download | snakemake-mode-4816da4c1604aa2030b21ed53326247b524e42b2.tar.gz |
ci: Compile transient too
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test.yml | 2 |
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 |