Skip to content

Commit

Permalink
add benchmark option to sycl-linux-run-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ianayl committed Jan 18, 2025
1 parent 0e4bb7f commit 74bd73c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sycl-linux-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
required: False
tests_selector:
description: |
Two possible options: "e2e" and "cts".
Three possible options: "e2e", "cts", and "benchmark".
type: string
default: "e2e"

Expand Down Expand Up @@ -153,6 +153,7 @@ on:
options:
- e2e
- cts
- benchmark

env:
description: |
Expand Down

0 comments on commit 74bd73c

Please sign in to comment.