Skip to content

Commit 8579d63

Browse files
cosmo0920patrick-stephens
authored andcommitted
workflows: Add CI task for strict pointer types
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent cc15e1b commit 8579d63

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
- "-DFLB_SIMD=On"
5555
- "-DFLB_SIMD=Off"
5656
- "-DFLB_ARROW=On"
57+
- "-DFLB_COMPILER_STRICT_POINTER_TYPES=On"
5758
cmake_version:
5859
- "3.31.6"
5960
compiler:
@@ -72,6 +73,10 @@ jobs:
7273
compiler:
7374
cc: clang
7475
cxx: clang++
76+
- flb_option: "-DFLB_COMPILER_STRICT_POINTER_TYPES=On"
77+
compiler:
78+
cc: clang
79+
cxx: clang++
7580
permissions:
7681
contents: read
7782
steps:

0 commit comments

Comments
 (0)