Skip to content

Reenable BMG examples in CI testing #358

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 11 commits into
base: sycl-develop
Choose a base branch
from
5 changes: 1 addition & 4 deletions .github/workflows/intel_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading