Skip to content

Commit

Permalink
.github/workflows/guile2.2.yml: Add "Distcheck" phase
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-poptsov committed Jan 26, 2024
1 parent 091b74a commit 5a04f66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/guile2.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ jobs:

- name: Test
run: make -j$(nproc) check

- name: Distcheck
run: make -j$(nproc) distcheck

0 comments on commit 5a04f66

Please sign in to comment.