Skip to content

Commit 869a465

Browse files
ci/gha: Let MSan continue checking after errors in all jobs
1 parent ab57ee0 commit 869a465

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
@@ -495,11 +495,11 @@ jobs:
495495
matrix:
496496
configuration:
497497
- env_vars:
498-
CFLAGS: '-fsanitize=memory -g'
498+
CFLAGS: '-fsanitize=memory -fsanitize-recover=memory -g'
499499
- env_vars:
500500
ECMULTGENPRECISION: 2
501501
ECMULTWINDOW: 2
502-
CFLAGS: '-fsanitize=memory -g -O3'
502+
CFLAGS: '-fsanitize=memory -fsanitize-recover=memory -g -O3'
503503

504504
env:
505505
ECDH: 'yes'

0 commit comments

Comments
 (0)