diff --git a/.github/workflows/test_vectors.yml b/.github/workflows/test_vectors.yml index e2184b9..73d9b3e 100644 --- a/.github/workflows/test_vectors.yml +++ b/.github/workflows/test_vectors.yml @@ -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)"