Skip to content

Commit d4f61ac

Browse files
committed
CI: include sanitizer info in the job name
1 parent c434bf1 commit d4f61ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
ubuntu:
12-
name: Ubuntu ${{ matrix.version }} (${{ matrix.compiler }})
12+
name: Ubuntu ${{ matrix.version }} (${{ matrix.compiler }}${{ matrix.version == 22.04 && ' with sanitizers' || '' }})
1313
strategy:
1414
fail-fast: false
1515
matrix:

0 commit comments

Comments
 (0)