diff --git a/.github/workflows/intel_test.yml b/.github/workflows/intel_test.yml index e82724fa6b..090e1317bd 100644 --- a/.github/workflows/intel_test.yml +++ b/.github/workflows/intel_test.yml @@ -97,7 +97,4 @@ jobs: - name: Examples shell: bash run: | - # Disable test examples on BMG due to flakiness - if [[ "${{ matrix.GPU }}" != "BMG" ]]; then - cmake --build . --target test_examples -j $(nproc) - fi + cmake --build . --target test_examples -j 1