diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index afd0c467..1bdc6e75 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -27,7 +27,7 @@ jobs: - { compiler: clang, version: 15, build_type: Release, cppstd: 20, tsan: ON } container: image: ${{ matrix.config.compiler == 'clang' && 'teeks99/clang-ubuntu' || matrix.config.compiler }}:${{ matrix.config.version }} - name: "${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }}, ${{ matrix.config.build_type }})" + name: "${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }}, ${{ matrix.config.build_type }}), ${{ matrix.config.asan == 'ON' && 'ASAN' || '' }}, ${{ matrix.config.tsan == 'ON' && 'TSAN' || '' }})" steps: - uses: actions/checkout@v4 - name: Setup