Skip to content

Commit b40b924

Browse files
committed
Fix
1 parent 727689a commit b40b924

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ concurrency:
1212

1313
jobs:
1414
call-build-validation-tests:
15+
name: Build validation tests for ${{ matrix.chip }}
1516
uses: ./.github/workflows/build_tests.yml
1617
permissions:
1718
contents: read
@@ -24,6 +25,7 @@ jobs:
2425
ref: ${{ github.event.pull_request.number || github.ref }}
2526

2627
call-build-performance-tests:
28+
name: Build performance tests for ${{ matrix.chip }}
2729
uses: ./.github/workflows/build_tests.yml
2830
if: |
2931
${{ github.event_name == 'schedule' || contains(github.event.pull_request.labels.*.name, 'perf_test') }}
@@ -38,6 +40,7 @@ jobs:
3840
ref: ${{ github.event.pull_request.number || github.ref }}
3941

4042
call-hardware-tests:
43+
name: Run ${{ matrix.type }} hardware tests for ${{ matrix.chip }}
4144
uses: ./.github/workflows/hw.yml
4245
needs: [call-build-validation-tests, call-build-performance-tests]
4346
if: |

0 commit comments

Comments
 (0)