Skip to content

Commit

Permalink
ci: Compile transient too
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleam committed Dec 10, 2023
1 parent 454e8c2 commit 8c7c70b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c7c70b

Please # to comment.