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 4de52b8 commit b7d903cCopy full SHA for b7d903c
.github/workflows/ci.yml
@@ -23,8 +23,8 @@ jobs:
23
- name: Lint
24
run: ./scripts/lint.sh
25
26
- build:
27
- name: Test ${{ matrix.compiler.cpp }} ${{ matrix.build }} ${{ matrix.santitize }} eh=${{ matrix.rtti }}
+ test:
+ name: Test ${{ matrix.compiler.cpp }} ${{ matrix.build }} ${{ matrix.sanitize }} exceptions=${{ matrix.embed.rtti }}
28
runs-on: ${{ matrix.os }}
29
strategy:
30
matrix:
@@ -58,8 +58,8 @@ jobs:
58
-Db_ndebug=if-release \
59
-Dlf_test=true \
60
-Db_lundef=false \
61
- -Dcpp_eh=${{ matrix.embed.eh }} \
62
- -Dcpp_rtti=${{ matrix.embed.rtti}} \
+ -Dcpp_eh=${{ matrix.embed.eh }} \
+ -Dcpp_rtti=${{ matrix.embed.rtti}} \
63
64
env:
65
CC: ${{ matrix.compiler.c }}
0 commit comments