diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ac591aa..d636662 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