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