diff --git a/.github/workflows/reusable_sanitizers.yml b/.github/workflows/reusable_sanitizers.yml index 133b8c1d1..c871184cc 100644 --- a/.github/workflows/reusable_sanitizers.yml +++ b/.github/workflows/reusable_sanitizers.yml @@ -114,7 +114,6 @@ jobs: run: vcpkg install --triplet x64-windows shell: pwsh # Specifies PowerShell as the shell for running the script. - # TODO enable level zero provider - name: Configure build run: > cmake @@ -128,7 +127,7 @@ jobs: -DUMF_DEVELOPER_MODE=ON -DUMF_USE_ASAN=${{matrix.sanitizers.asan}} -DUMF_BUILD_EXAMPLES=ON - -DUMF_BUILD_LEVEL_ZERO_PROVIDER=OFF + -DUMF_BUILD_LEVEL_ZERO_PROVIDER=ON -DUMF_BUILD_CUDA_PROVIDER=OFF -DUMF_TESTS_FAIL_ON_SKIP=ON