Skip to content

Commit 9db49bd

Browse files
committed
enable sanitizer for failing tests
1 parent 6e571fe commit 9db49bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,13 @@ jobs:
179179
},
180180
{
181181
name: 'Basic with NO_GRAPHICS',
182-
params: '-DCMAKE_COMPILE_WARNING_AS_ERROR=on -DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DVPR_USE_EZGL=off',
182+
params: '-DCMAKE_COMPILE_WARNING_AS_ERROR=on -DVTR_ASSERT_LEVEL=4 -DVTR_ENABLE_SANITIZE=on -DWITH_BLIFEXPLORER=on -DVPR_USE_EZGL=off',
183183
suite: 'vtr_reg_basic',
184184
extra_pkgs: ""
185185
},
186186
{
187187
name: 'Basic with NO_SERVER',
188-
params: '-DVTR_ASSERT_LEVEL=3 -DWITH_BLIFEXPLORER=on -DVPR_USE_EZGL=on -DVPR_USE_SERVER=off',
188+
params: '-DVTR_ASSERT_LEVEL=4 -DWITH_BLIFEXPLORER=on -DVPR_USE_EZGL=on -DVTR_ENABLE_SANITIZE=on -DVPR_USE_SERVER=off',
189189
suite: 'vtr_reg_basic',
190190
extra_pkgs: ""
191191
},

0 commit comments

Comments
 (0)