[GitHub Actions] Show diff if test vectors generated by CI do not match.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2022-02-07 21:12:15 +00:00
parent ade6c0596a
commit b056349c8b
1 changed files with 1 additions and 1 deletions

View File

@ -34,4 +34,4 @@ jobs:
run: ./regenerate.sh ${{ matrix.kind }} ${{ matrix.extension }}
- name: Verify there are no changes
run: test -z "$(git status --porcelain)"
run: git diff; git ls-files --others --exclude-standard; test -z "$(git status --porcelain)"