We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45831e commit 151c6a8Copy full SHA for 151c6a8
.github/workflows/ccpp.yml
@@ -22,7 +22,7 @@ jobs:
22
asan: [ YES, NO ]
23
24
runs-on: ${{ matrix.os }}
25
- name: Build with external_gtest=${{ matrix.external-gtest }} on ${{ matrix.os }}
+ name: Build with external_gtest=${{ matrix.external-gtest }} on ${{ matrix.os }} and asan=${{ matrix.asan }}
26
27
steps:
28
- uses: actions/checkout@v1
0 commit comments