Skip to content

Commit fd47e4d

Browse files
authored
Run make check and distcheck in the workflow
1 parent a609b0a commit fd47e4d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/makefile.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
2121
- name: Build
2222
run: make
23+
24+
- name: Check
25+
run: make check
26+
27+
- name: Distcheck
28+
run: make distcheck
2329

2430
lint:
2531
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)