Skip to content

Commit

Permalink
ci: include CRL issuing distrib. point test gen in CI
Browse files Browse the repository at this point in the history
This commit extends the existing `testgen.yml` workflow to also ensure
that running the CRL issuing distribution point testcase generation
produces no diffs from what's checked-in.
  • Loading branch information
cpu committed Jul 27, 2023
1 parent 37dfe70 commit 55f7b5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,9 @@ jobs:
working-directory: ./tests/crl_distrib_point/
run: python3 make_testcerts.py

- name: Generate CRL test files
working-directory: ./tests/crls/
run: python3 make_testcrls.py

- name: Enforce no diff
run: git diff --exit-code

0 comments on commit 55f7b5d

Please sign in to comment.