Skip to content

Commit ced2200

Browse files
committed
enable
1 parent 7b54eb4 commit ced2200

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ubsan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
cmake_opts: '-DANALYZE_ADDRESS=On'
2626
run_ctest: true
2727
inject_executor: 'process'
28-
run_selfcheck: false # TODO: this is currently way too slow (~60 minutes) to enable it
28+
run_selfcheck: true # TODO: this is currently way too slow (~60 minutes) to enable it
2929
- sanitizer: 'tsan'
3030
cmake_opts: '-DANALYZE_THREAD=On'
3131
run_ctest: false # TODO: test-filelist fails with data race in pthread_cond_destroy
3232
inject_executor: 'thread'
33-
run_selfcheck: false # TODO: disabled for now as it takes around 40 minutes to finish
33+
run_selfcheck: true # TODO: disabled for now as it takes around 40 minutes to finish
3434
- sanitizer: 'ubsan'
3535
cmake_opts: '-DANALYZE_UNDEFINED=On'
3636
run_ctest: true

0 commit comments

Comments
 (0)