Skip to content

Commit

Permalink
Add distcheck step to CI
Browse files Browse the repository at this point in the history
Guarantees we do not break make dist when changing stuff around

Signed-off-by: Simo Sorce <[email protected]>
  • Loading branch information
simo5 committed Jul 22, 2022
1 parent 870aef6 commit 227f9a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ jobs:
tests/tmp/p11prov-debug.log
tests/tmp/debugvars
config.log
- name: Distrbution Check
run: make distcheck

0 comments on commit 227f9a0

Please sign in to comment.