diff --git a/.github/workflows/win_clang_dawn_dbg.yaml b/.github/workflows/win_clang_dawn_dbg.yaml index d12988b97..af443e461 100644 --- a/.github/workflows/win_clang_dawn_dbg.yaml +++ b/.github/workflows/win_clang_dawn_dbg.yaml @@ -107,7 +107,7 @@ jobs: continue-on-error: true run: | cd test - out\Debug\dawn_end2end_tests.exe --backend=d3d12 --exclusive-device-type-preference=discrete,integrated,cpu --enable-backend-validation=partial --gtest_output=json:${{ github.workspace }}\..\test_end2end_tests.json || true + out\Debug\dawn_end2end_tests.exe --backend=d3d12 --exclusive-device-type-preference=discrete,integrated,cpu --enable-backend-validation=partial --gtest_output=json:${{ github.workspace }}\..\test_end2end_tests.json - name: Regression check end2end tests run: | diff --git a/.github/workflows/win_clang_dawn_rel.yaml b/.github/workflows/win_clang_dawn_rel.yaml index 78c1f3e39..ea539615b 100644 --- a/.github/workflows/win_clang_dawn_rel.yaml +++ b/.github/workflows/win_clang_dawn_rel.yaml @@ -119,7 +119,7 @@ jobs: continue-on-error: true run: | cd test - out\Release\dawn_end2end_tests.exe --backend=d3d12 --exclusive-device-type-preference=discrete,integrated,cpu --enable-backend-validation=partial --gtest_output=json:${{ github.workspace }}\..\test_end2end_tests.json || true + out\Release\dawn_end2end_tests.exe --backend=d3d12 --exclusive-device-type-preference=discrete,integrated,cpu --enable-backend-validation=partial --gtest_output=json:${{ github.workspace }}\..\test_end2end_tests.json - name: Regression check end2end tests run: | diff --git a/.github/workflows/win_clang_rel_x64.yaml b/.github/workflows/win_clang_rel_x64.yaml index 381b4deb1..c0702270f 100644 --- a/.github/workflows/win_clang_rel_x64.yaml +++ b/.github/workflows/win_clang_rel_x64.yaml @@ -135,13 +135,13 @@ jobs: shell: cmd run: | cd test - out\Release\gpgmm_end2end_tests.exe --gtest_filter=-*NoLeak --gtest_output=json:${{ github.workspace }}\..\test_end2end_tests.json || true + out\Release\gpgmm_end2end_tests.exe --gtest_filter=-*NoLeak --gtest_output=json:${{ github.workspace }}\..\test_end2end_tests.json - name: Run gpgmm_unittests (with patch) shell: cmd run: | cd test - out\Release\gpgmm_unittests.exe --gtest_output=json:${{ github.workspace }}\..\test_unittests.json || true + out\Release\gpgmm_unittests.exe --gtest_output=json:${{ github.workspace }}\..\test_unittests.json - name: Run gpgmm_capture_replay_tests (with patch) shell: cmd