Skip to content

Commit

Permalink
Use single []
Browse files Browse the repository at this point in the history
  • Loading branch information
aelovikov-intel committed Apr 24, 2024
1 parent 6d68d28 commit dbfa0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sycl-linux-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ jobs:
$CMAKE_EXTRA_ARGS
# Ignore errors so that if one category build fails others still have a
# chance to finish and be executed at the run stage.
ninja -C build-cts -k0 $( [[ -n "$CTS_TESTS_TO_BUILD" ]] && echo "$CTS_TESTS_TO_BUILD" || echo "test_conformance")
ninja -C build-cts -k0 $( [ -n "$CTS_TESTS_TO_BUILD" ] && echo "$CTS_TESTS_TO_BUILD" || echo "test_conformance")
- name: SYCL CTS List devices
# Proceed with execution even if the 'build' step did not succeed.
Expand Down

0 comments on commit dbfa0da

Please sign in to comment.