Commit a8b9a39200b0b041f6e8e1ef3edabb3e02aed19a

Authored by Stéphane Raimbault
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 16 run: ./autogen.sh && ./configure
17 17 - name: make
18 18 run: make
19   - - name: make check
20   - run: make check
21 19 - name: make distcheck
22 20 run: make distcheck
... ...