From aa94ba7bbc6cc3f399428a15b0ead71dc0ef4bf7 Mon Sep 17 00:00:00 2001 From: Ed Hennis Date: Mon, 16 Oct 2023 16:53:14 -0400 Subject: [PATCH] Use unity builds to speed up Windows CI --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 98cbb9acc40..1d2b5bb5583 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -89,7 +89,7 @@ jobs: generator: '${{ matrix.generator }}' configuration: ${{ matrix.configuration }} # Hard code for now. Move to the matrix if varied options are needed - cmake-args: '-Dassert=ON -Dreporting=OFF -Dunity=OFF' + cmake-args: '-Dassert=ON -Dreporting=OFF -Dunity=ON' - name: test (permitted to silently fail) shell: bash # Github runners are resource limited, which causes unit tests to fail