Skip to content

Commit f292b05

Browse files
[SYCL][CI] Remove grouping around "LLVM Test Suite SYCL tests" (#8539)
Current In-Tree End-to-End tests (subset copy of llvm-test-suite) is still grouped. That should make the failure visible/expanded by default in most of the cases.
1 parent 37960cd commit f292b05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

devops/actions/llvm_test_suite/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,7 @@ runs:
8888
echo "::group::SYCL In-Tree End-to-End tests"
8989
ninja -C build-e2e check-sycl-e2e
9090
echo "::endgroup::"
91-
echo "::group::LLVM Test Suite SYCL tests"
9291
ninja -C build check-sycl-all
93-
echo "::endgroup::"
9492
- name: Upload test results
9593
uses: actions/upload-artifact@v1
9694
if: always()

0 commit comments

Comments
 (0)