diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9e0f7187..2e9b89ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,6 +59,8 @@ jobs: if: matrix.os == 'windows-latest' - name: build run: cmake --build out + - name: check if generated files are up-to-date + run: python ./scripts/check_clean.py - name: unittests run: cmake --build out --target run-unittests - name: c-api-tests |