Commit a8b9a39200b0b041f6e8e1ef3edabb3e02aed19a
1 parent
88af31cb
Remove check target (duplicate of distcheck)
Showing
1 changed file
with
0 additions
and
2 deletions
.github/workflows/build.yml
| @@ -16,7 +16,5 @@ jobs: | @@ -16,7 +16,5 @@ jobs: | ||
| 16 | run: ./autogen.sh && ./configure | 16 | run: ./autogen.sh && ./configure |
| 17 | - name: make | 17 | - name: make |
| 18 | run: make | 18 | run: make |
| 19 | - - name: make check | ||
| 20 | - run: make check | ||
| 21 | - name: make distcheck | 19 | - name: make distcheck |
| 22 | run: make distcheck | 20 | run: make distcheck |