Run make distcheck in build folder as well

This commit is contained in:
Raymond Li 2020-05-10 16:16:39 -04:00 committed by GitHub
parent 91550e063f
commit 7f5749030b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ jobs:
- name: make check
run: cd build && make check
- name: make distcheck
run: make distcheck
run: cd build && make distcheck