From b657f159383aaacd8ecbe32f2f47bf895d0e0d86 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Sun, 16 Jun 2024 13:22:08 -0400 Subject: [PATCH] Add ninja all_source to CI This should help catch errors in non-matched TUs. --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 01ecc0f1a..9dd064fc2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,6 +23,8 @@ jobs: run: | python configure.py --version ${{matrix.version}} --compilers /compilers --warn error ninja + python configure.py --version ${{matrix.version}} --compilers /compilers --warn off + ninja all_source - name: Upload progress if: github.ref == 'refs/heads/main' continue-on-error: true