1
0
Fork 0
mirror of https://github.com/Raymo111/i3lock-color.git synced 2024-11-11 13:50:52 -05:00

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

View file

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