Skip to content

Commit 151c6a8

Browse files
committed
Adding asan value to the job name
1 parent a45831e commit 151c6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
asan: [ YES, NO ]
2323

2424
runs-on: ${{ matrix.os }}
25-
name: Build with external_gtest=${{ matrix.external-gtest }} on ${{ matrix.os }}
25+
name: Build with external_gtest=${{ matrix.external-gtest }} on ${{ matrix.os }} and asan=${{ matrix.asan }}
2626

2727
steps:
2828
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)