Skip to content

Commit ddbc306

Browse files
committed
add freestanding test CI config
1 parent 83f3635 commit ddbc306

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
args: "-DCMAKE_CXX_FLAGS=-fsanitize=thread"
5656
- description: "ASan"
5757
args: "-DCMAKE_CXX_FLAGS='-fsanitize=address -fsanitize=undefined'"
58+
- description: "delete freestanding"
59+
args: "-DBEMAN_INPLACE_VECTOR_FREESTANDING_DELETED=ON"
5860
include:
5961
- platform: ubuntu-24.04
6062
compiler:

0 commit comments

Comments
 (0)