Skip to content

Commit 3ab6b0b

Browse files
committed
Run distcheck in build actions
1 parent 543c2c6 commit 3ab6b0b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-exact.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
run: make
2727
- name: make check
2828
run: make check
29-
#- name: make distcheck
30-
#run: make distcheck
29+
- name: make distcheck
30+
run: make distcheck

.github/workflows/build-heur.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
run: make
2727
- name: make check
2828
run: make check
29-
#- name: make distcheck
30-
#run: make distcheck
29+
- name: make distcheck
30+
run: make distcheck

0 commit comments

Comments
 (0)