Skip to content

Commit 4de52b8

Browse files
committed
test eh&rtti
1 parent 3025b4f commit 4de52b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: ./scripts/lint.sh
2525

2626
build:
27-
name: Test ${{ matrix.compiler.cpp }}
27+
name: Test ${{ matrix.compiler.cpp }} ${{ matrix.build }} ${{ matrix.santitize }} eh=${{ matrix.rtti }}
2828
runs-on: ${{ matrix.os }}
2929
strategy:
3030
matrix:
@@ -33,7 +33,7 @@ jobs:
3333
compiler: [{ cpp: g++-14, c: gcc-14 }, { cpp: clang++, c: clang }]
3434
build: ["debugoptimized", "release"]
3535
sanitize: ["thread", "leak", "address,undefined"]
36-
embed: [{ rtti: "true", eh: "true" }, { rtti: "false", eh: "false" }]
36+
embed: [{ rtti: "true", eh: "default" }, { rtti: "false", eh: "none" }]
3737

3838
steps:
3939
- name: Checkout

0 commit comments

Comments
 (0)