Skip to content

Commit b7d903c

Browse files
committed
tmp
1 parent 4de52b8 commit b7d903c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Lint
2424
run: ./scripts/lint.sh
2525

26-
build:
27-
name: Test ${{ matrix.compiler.cpp }} ${{ matrix.build }} ${{ matrix.santitize }} eh=${{ matrix.rtti }}
26+
test:
27+
name: Test ${{ matrix.compiler.cpp }} ${{ matrix.build }} ${{ matrix.sanitize }} exceptions=${{ matrix.embed.rtti }}
2828
runs-on: ${{ matrix.os }}
2929
strategy:
3030
matrix:
@@ -58,8 +58,8 @@ jobs:
5858
-Db_ndebug=if-release \
5959
-Dlf_test=true \
6060
-Db_lundef=false \
61-
-Dcpp_eh=${{ matrix.embed.eh }} \
62-
-Dcpp_rtti=${{ matrix.embed.rtti}} \
61+
-Dcpp_eh=${{ matrix.embed.eh }} \
62+
-Dcpp_rtti=${{ matrix.embed.rtti}} \
6363
6464
env:
6565
CC: ${{ matrix.compiler.c }}

0 commit comments

Comments
 (0)